Configure selectable languages for ARIS Process Board
You can specify which locales are displayed in the list of selectable languages.
Remove a language
You can remove unwanted languages from the language list. To do so proceed as follows.
Procedure
Start ARIS Cloud Controller.
Stop the relevant runnable by typing stop apg_m, for example.
Open the ARIS Process Board configuration file (for example <ARIS9.x installation directory>\server\bin\work\work_apg_m\base\webapps\processboard\WEB-INF\tl-configuration.xml).
All supported locales are listed by default in the configuration file.
Remove the locales you do not want to use.
If the configuration file contains the operating system's locale, it is selected by default.
If the configuration file does not contain the operating system's locale, the first locale specified in the list is selected.
Start the relevant runnable by typing start apg_m, for example.
If the configuration file does not contain any locales, the English (US) locale is used by default (the xml locales element is empty).
Add an additional language to the language list and localize ARIS Process Board
You can add any language to the language list. To do so, proceed as follows.
Procedure
Start ARIS Cloud Controller.
Stop the relevant runnable by typing stop apg_m, for example.
Open the ARIS Process Board configuration file (for example <ARIS9.x installation directory>\server\bin\work\work_apg_m\base\webapps\processboard\WEB-INF\tl-configuration.xml).
Go to the configuration file's languages section.
Add the locale you want to use additionally - for example add
Copy the file that contains a localization of ARIS Process Board (for example <ARIS9.x installation directory>\server\bin\work\work_apg_m\base\webapps\processboard\WEB-INF\classes\com\softwareag\tasklist\server\IConstants_en.properties).
Rename the copy to IConstants_<new language>.properties - for example IConstants_iw.properties for Hebrew.
Translate the strings contained in this file.
Start the relevant runnable by typing start apg_m, for example.
You have added a new language with the relevant localizations to ARIS Process Board.