Versions Compared

Key

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

Localization feature allows you to run your processes in other languages. In emakin every started workflow instance has an a culture identifier that specifies the language of a workflow instance. It set from sets as a preference of the initiator user when a an instance has been started, and cannot be changed later. 

Instance culture specifies the language of displayed labels in forms but it does not change cultural information like number formats or date formats. This kind of formatting respects to the active user preferences.

In emakin, designed process language is not important, you can use any language to design. After a design is completed, or an a change is applied, you can open the localization editor from process a designer.Image Removed

After a localization editor is opened you can add any other languages with "Add New" button and select language to localize the process.

Image Removed

Each added language have a 2 letter identifier of that language. List of language identifiers can be found at List of ISO 639-1 codes 

After a language is added, you can click "Details" button to edit localization texts. Emakin will scan your processes and list of texts to localize. Non localized texts will be marked as red if they're mandatory, if not original string will be used.Image Removed

After localization is completed, depending on the active user language, preference process will be displayed and run in localized language.

...

In some cases you may need access to the localization texts in a scripting environment. For example, updating task instruction dynamically with localized equivalent.

Please see $Localization section for more details.