> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/workflows/designing-workflows/processes/process-execution/beans/translation-bean.md).

# 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.
