Forum Moderators: phranque
I am going with UTF-8 using mysql. It seems working for all languages.
Regarding the urls I think will go with these:
www.mysite.com --> en
www.mysite.com/cn --> cn
www.mysite.com/fr --> fr
...
(does www.mysite.com/en will make sense ?)
After, I'm trying to understand the best way to go for the user on the homepage:
1) if the first visit, I'll go with browser setting, then leave a cookie.
2) if the user has a cookie, I'll go with cookie preference
3) there will also be a language selector that will set the cookie language
What do you think about it ?
Thanks for help.