Adding custom language
If you want to add a language that is not currently supported by the application, perform following steps:
- Install the application according to the documentation
- In the directory where you installed the application create a subdirectory with the name _config
- Copy the *_Custom.cfg file the _config subdirectory
- 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.
- 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.