Language packs (localization)
This recipe will look into the possibility of creating localized language packs for workflows. Localization enables users to see workflow presentations in their local language.
Getting ready
We just need an Orchestrator and the ability to edit text files. Additionally, you might want to know a foreign language (or use Google Translate).
How to do it...
We will now create a language pack for the example workflow 3.0.1 Workflow basics:
Navigate to the workflow you want to create localization on.
Right-click on the workflow and navigate to Localization | create localization resources.
Navigate to the Orchestrator resources. You will notice that new
ResourceElementCategory
folders have been created along withResourceElements
for English, Japanese, French, German, and Korean.Right-click on the workflow again, navigate to Localization | export localization bundle, and save it onto a local file.
Switch to your local file system and unzip the localization bundle.
Edit one of...