Possible Duplicate:
JavaScript for detecting browser language preference
Detect Browser Language in PHP
What's best method to detect language?
I have created a website that anyone in the world can visit.
So, I need a way to know approximately what is the user’s language without asking them.
Obviously, there is also a link that sets the language via cookie.
You can use the
Accept-LanguageHTTP request header which is sent by every browser.I found this function to parse it:
http://snipplr.com/view.php?codeview&id=24897
If you want the full version of it (e.g.
English), you can use this array:http://www.fractalizer.ru/frpost_267/php-array-of-iso-639-1-language-codes-names/