Welcome Guest, Not a member yet? Register   Sign In
What is the common way to implement multi-language website?
#2

[eluser]Mirage[/eluser]
I prepare my multi language by making the 'lang' identifier the first URI segment and routing accordingly. That provides me with a consistent workable solution.

Prettier is when you can use cookies to store the language selection. But there's always a chance that might not work due to browser conditions. Another way is using cookies which may or may not work depending on the audience. So I use this option as my preferred way but if cookies are off, I then fall back on urls. Ergo - you definitely want to have that working first and foremost.

Cheerio,
-m


Messages In This Thread
What is the common way to implement multi-language website? - by El Forum - 10-09-2008, 08:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB