Getting the browser language(s) in JavaScript:
Getting the browser language(s) in JavaScript:
* https://stackoverflow.com/questions/8199760/how-to-get-the-browser-language-using-javascript
JavaScript | |
---|---|
.userLanguage
is used by Internet Explorer, .language
is the old standard, .languages
is a preference-ordered array and the new standard.