i18n
i18n bundles are stored in the /i18n directory using a JSON format. The name of the file decides the language. A WebApp inherits locale from the containing page.
Bundle
Retrieving the translations
i18n.get(key [, varSubstitution...])
Retrieve the localized value (current render context determines applicable bundle).
Did you find the content on this page useful?