For the complete documentation index, see llms.txt. This page is also available as Markdown.

Translation bean

  • Available through the translation variable

  • Contains functions relating to the usage of i18n translation mechanism. For example:

    • ${translation.getMessage("client.defined.translation")} returns the message for the "client.defined.message" key using the current locale.

    • ${translation.getDefaultLocale()} returns the default locale.

Last updated

Was this helpful?