localization
Last modified by Manuel Leduc on 2026/08/26 11:54
Content
Explanation
The Localization Module resolves the translations of the user interface on the server side, and these pages document its front-end counterpart: the npm packages defining and implementing the client-side resolution of translation keys, and the WebJar exposing it to the JavaScript running in the browser.
- Front-end Localization WebJar gives browser code a resolver bound to the current wiki, and the xwiki-l10n RequireJS loader plugin.
- Front-end localization API defines the Query, Resolver, Translations and Translator types.
- Front-end localization default combines a chain of translators into a resolver.
- Front-end localization resolver XWiki REST resolves translation keys through the XWiki REST API.
- Front-end localization Vue adapter exposes a resolver as a vue-i18n translation function.
More
To find more about the current topic, you can search or use the table below and filter the columns to narrow your choices.