Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
La propriété read-only NavigatorLanguage.language
retourne une string representant la propriété de la langue de l'utilisateur, habituelement il s'agit de la langue de l'interface utilisateur de son explorer.
Syntax
lang = globalObj.navigator.language
Valeur
Une string représentant la version de la langue qui est defini en RFC 4646. Exemples de codes valides pour les langues "en", "en-US", "fr", "es-ES", etc.
Example
if ( window.navigator.language != "en" ) { doLangSelect(window.navigator.language); }
Specification
Spécification | Statut | Commentaire |
---|---|---|
HTML5 Web application La définition de 'navigator.language' dans cette spécification. |
Version de travail | Initial definition. |
Compatibilité explorer
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support |
(Oui) Returns the browser UI language, not the value of the |
1.0 (1.7 ou moins) Prior to Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1), this property's value was also part of the user agent string, as reported by Starting in Gecko 5.0 (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2), this property's value is based on the value of the |
11.0 Closest available (non-standard) properties are userLanguage and browserLanguage. |
(Oui) | (Oui) |
on WorkerNavigator |
? |
35 (35) |
? | ? | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Oui) | 1.0 (1.0) |
Pas de support Closest available (non-standard) properties are userLanguage and browserLanguage. |
(Oui) | (Oui) |
on WorkerNavigator |
? |
35 (35) |
Pas de support |
? | ? |