Forum Moderators: open
... for the purpose of guessing the users location, eg. if the user has their language setting to English UK, it is likely (although not certain of course) that they are in the uk, likewise with ENglish US and so on.
i can't find it, any suggestions, i need this for a site where it is not practicle to get the visitor location from the ip address.
[pre]
Firefox
navigator.language = en-GB
IE6
navigator.userLanguage = en-gb
[/pre] So it looks like you need to use different properties across browsers, and use a case-insensitive match.