How can I get the language of the Windows operating system using PHP functions? If not, can I get the language of the browsers, such as IE and firefox?
Thanks for help!
See this site, it's for redirecting by langugae but i'm sure you'll figure it out 😉
http://www.cagedflame.com/index.php?name=language.php
Probably covered in Xager's link (I didn't read it), but you can see if the browser sent the 'HTTP_ACCEPT_LANGUAGE' header in the $_SERVER['HTTP_ACCEPT_LANGUAGE'] super-global variable.