Adding custom language

If you want to add a language that is not currently supported by the application, perform following steps:

  1. Install the application according to the documentation
  2. In the directory where you installed the application create a subdirectory with the name _config
  3. Copy the *_Custom.cfg file the _config subdirectory
  4. Edit the *_Custom.cfg file:
    - Find the language section starting with the line {xx} and ending with the next {..}
    - Replace xx with the shortname of your language, e.g. es for spanish. So the starting line would then be {es}
    - For all lines of the language section add your texts after the = sign.
  5. If the application has a language specific help file, translate it and save the new help file in the same directory as the existing help files.