L10n.language.code

Non-standard
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.

 

The language.code property returns the code of the currently active language and allows to change the language by setting the value to a new code.

Syntax

JavaScript
var languageCode = navigator.mozL10n.language.code;

Value

Returns the code of the currently active language.

Example

JavaScript
navigator.mozL10n.ready(function() {
  console.log('The current language is ' + navigator.mozL10n.language.code);
});
JavaScript
navigator.mozL10n.once(function() {
  // change the current language to Traditional Chinese
  navigator.mozL10n.language.code = 'zh-TW';
});

Specification

Not part of any specification.

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/l10n.language.code

API Firefox OS l10n Localization Property Reference Référence