hos_config.php
Last updated
Last updated
This PHP variable in an array that contains names of files with dictionaries. By default only hos.xml file is added to this list. This file contains translations of all text appearing in Procman/HOS in English and German language. Maybe you need to define your own dictionary with text used in your processes. As you should never put your own text to hos.xml (as it is always a part of official new release and your changes would be lost), you can create your own dictionary and register it by this variable.
Example (default setting) :
To add another dictionary (in this case loaded from my_own_dictionary.xml), add another line similar to this:
The order of the files is important. If the same text id is used in more files then the one lastly read is used. Therefore, always use hos.xml at the top and your own dictionaries below.