This translation is incomplete. Please help translate this article from English.
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.
Properties
The NavigatorLanguage interface doesn't inherit any property.
NavigatorLanguage.language読取専用- Returns a
DOMStringrepresenting the preferred language of the user, usually the language of the browser UI. Thenullvalue is returned when this is unknown. NavigatorLanguage.languages読取専用- Returns an array of
DOMStringrepresenting the languages known to the user, by order of preference.
Methods
The NavigatorLanguage interface neither implements, nor inherit any method.
Specifications
| Specification | Status | Comment |
|---|---|---|
| WHATWG 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. |
勧告 | Initial specification; snapshot of an early versionWHATWG HTML Living Standard. |
Browser compatibility
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | (有) | (有) | (有) | (有) | (有) |
languages |
37 | 32 (32) | 未サポート | 24 | 未サポート |
on WorkerNavigator |
? | 35 (35) | 未サポート | ? | 未サポート |
| Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| Basic support | (有) | (有) | (有) | (有) | (有) | (有) |
languages |
? | ? | 32.0 (32) | 未サポート | ? | 未サポート |
on WorkerNavigator |
? | ? | 35.0 (35) | 未サポート | ? | 未サポート |
See also
- The
Navigatorinterface that implements it.

