NavigatorLanguage
contains methods and properties related to the language of the navigator.
There is no object of type NavigatorLanguage
, but other interfaces, like Navigator
or WorkerNavigator
, implement it.
The NavigatorLanguage
interface doesn't inherit any property.
NavigatorLanguage.language
Read only
DOMString
representing the preferred language of the user, usually the language of the browser UI. The null
value is returned when this is unknown.NavigatorLanguage.languages
Read only
DOMString
representing the languages known to the user, by order of preference.The NavigatorLanguage
interface neither implements, nor inherit any method.
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'NavigatorLanguage' in that specification. | Living Standard | Since the HTML5 snapshot, the languages property has been added. |
HTML5 The definition of 'NavigatorLanguage' in that specification. | Recommendation | Initial specification; snapshot of an early versionHTML Living Standard. |
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
languages | 37 | 32 (32) | No support | 24 | No support |
on WorkerNavigator
| ? | 35 (35) | No support | ? | No support |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
languages | ? | ? | 32.0 (32) | No support | ? | No support |
on WorkerNavigator
| ? | ? | 35.0 (35) | No support | ? | No support |
Navigator
interface that implements it.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/navigatorLanguage