Forum Moderators: open
Question: What the heck for is the Language setting from Firefox, if it can't be accessed via Javascript? I have to admit those FF guys are sometimes much more stupid than the Ms development team.
window.navigator.language
Language is also part of navigator.userAgent
Relevant links are:
[webmasterworld.com...]
[developer.mozilla.org...]
[gtalbot.org...]
As you can see, only thing regarding language on there is navigator.language, which refers to the browser's language. The language specified at the internal settings must be accesible somewhere via JS, and of course that is still platform-independant, this has nothing to do with Window's regional settings.
[edited by: Jakotsu at 6:16 pm (utc) on Sep. 19, 2006]