The Wayback Machine - https://web.archive.org/web/20150906111932/https://developer.mozilla.org/ja/docs/Web/API/NavigatorLanguage

NavigatorLanguage

by 1 contributor:

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 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 読取専用
Returns an array of DOMString representing 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 Navigator interface that implements it.

ドキュメントのタグと貢献者

タグ: 
Contributors to this page: fscholz
最終更新者: fscholz,
サイドバーを隠す