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