Translation calls within a process

In Designer, developers can translate phrases by calling functions or variables in their process flows. When calling translations, developers should be aware of these:

  • The translation call can be made from any activity node that can handle E4X expressions.

  • Translations can be used with variables. Use the correct variable format to call variables.

  • The translation functions can be accessed by specifying/defining them or by pressing Ctrl + Spacebar which opens a window in Designer.

  • If a translation key is defined but no translation exists for a particular locale, the process shows the specified Description.

  • If the translation key does not exist, the key parameter is displayed.

  • Functions for working with translations are available.

    See Translation functions.