Skip to content

Using Translations

In BizzStream it is possible to add translations for labels in document definitions so that users who have different languages can work with the same documents.

The supported languages are:

  • Dutch
  • English
  • German
  • Polish
  • French
  • Spanish

Setting a translation key

Please take the following steps to add translation keys:

  1. Go to Settings.
  2. Click on Translations
  3. Add a new key by clicking New.
  4. Provide the translation in the corresponding language column.
  5. By clicking the Save button, the key is persisted and can be used.

Using a translation key

A translation key can be used in many places within BizzStream to replace the label:

Document Definition
Elements within the document definition can contain translations in the Translation Key field.

These elements are:

  • Fields
  • Fields in lines
  • Lines
  • Statuses
  • User actions
  • Bulk actions

Menu
In order to translate elements of the menu or sub-menu, you will have to add translation keys to the Translation Key field.

Templates
You can add translations to templates so that you can use one template to send mails/attachments to users who have different languages.

{!_translation.yourTranslationKey!}

Scripts
You can use translation keys in scripts.

var message = actionInfo.translations.translationKey["en"];

Date and Time
Are handled by the MomentJS library.