docs.rodeo

MDN Web Docs mirror

i18n

{{AddonSidebar}} 

Functions to internationalize your extension. You can use these APIs to get localized strings from locale files packaged with your extension, find out the browser’s current language, and find out the value of its Accept-Language header.

See the Internationalization page for a guide on using this API.

Types

Functions

Browser compatibility

{{Compat}} 

{{WebExtExamples("h2")}} 

[!NOTE] This API is based on Chromium’s chrome.i18n API. This documentation is derived from i18n.json in the Chromium code.

See also

In this article

View on MDN