Jump to content

Language Option

- - - - -

  • Please log in to reply
3 replies to this topic

#1
shivam

shivam

    Newbie

  • Members
  • PipPip
  • 27 posts
how can i provide the option of language change to the users of my website.. so that they just choose the language and the page convert into desired language..

Here os the Example Pkw-Suche bei mobile.de

#2
wim DC

wim DC

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,084 posts
  • Programming Language:Java, JavaScript, PL/SQL
  • Learning:Java
I think that's more a server-side thing rather than HTML. If you use a serverside language, please specify the language (VB/C# .net / php / Java)
The name of this language-changing is 'Internationalisation' or 'i18n' in case you want to google it.

#3
LuthfiHakim

LuthfiHakim

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 763 posts
Your web application could either detect what language the user browser use or to check user language preference from its own cookies. From there, the web application could then adjust which content to deliver.

You can combine both method to get perfect solution. So when a user have never chosen a preferred language before, your web application could use browser info. And if a user does not want to change its browser setting but for your site he/she really want to use different language, your web application could use cookies to store his/her preference (I belong to this kind of user :c-^_^:)

#4
Mark Wylde

Mark Wylde

    Learning Programmer

  • Members
  • PipPipPip
  • 46 posts
You can look at the translate website script from Google. It's not as good as manually getting your site translated by a human translator but it's a quick and easy solution.

Tools - Google Translate




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users