Articles tagged: i18n
Found 9 documents
- Glossary/I18N i18n (from "internationalization", a 20-letter word) is the best practice that enables products ...
- Mozilla/Add-ons/WebExtensions/API/i18n Functions to internationalize your add-on. You can use these APIs to get localized strings from ...
- Mozilla/Add-ons/WebExtensions/API/i18n/detectLanguage Detects the language of the provided text using the Compact Language Detector (CLD).
- Mozilla/Add-ons/WebExtensions/API/i18n/getAcceptLanguages Gets the accept-languages of the browser. This is different from the locale used by the browser. ...
- Mozilla/Add-ons/WebExtensions/API/i18n/getMessage Gets the localized string for the specified message.
- Mozilla/Add-ons/WebExtensions/API/i18n/getUILanguage Gets the UI language of the browser. This is different from i18n.getAcceptLanguages which ...
- Mozilla/Add-ons/WebExtensions/API/i18n/LanguageCode A language tag such as "en-US" or " fr ".
- Mozilla/Add-ons/WebExtensions/API/i18n/Locale-Specific_Message_reference Each internationalized WebExtension has at least one file named messages.json that provides ...
- Mozilla/Add-ons/WebExtensions/Internationalization The WebExtensions API has a rather handy module available for internationalizing add-ons — i18n. ...