Translation bean
Last updated
Was this helpful?
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?
Was this helpful?