Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • <app> = com.acme.myapp

  • <context> = portal myworkflow

  • <key> = approval

  • i18n property path = global/app/com.acme.myapp/i18n/portalmyworkflow-<locale>

Workflow Name

You can translate:

...

Code Block
global/app/<app>/i18n/<commonWfName><workflowName>-<locale>

Replace <app> by the name where the workflow property (BPMN) resides in.

Replace <commonWfName> <workflowName> by the name of the workflow, which is currently shown in UI and you would like to provide a translation for.

...