DoxyPress  1.6.0
Translations

DoxyPress provides seamless built in support for numerous foreign languages. The generated output will have key phrases automatically translated into the language specified in your project file. The project file tag for "output-language" can be set directly or configured in DoxyPressApp.

In DoxyPressApp select the second tab labeled Build Settings and under Project Configuration the first option is labeled Output Language. Use the drop down box to select the desired language.

We currently have support for some of the most common languages. If the language you selected does not have full translations please consider providing the appropriate translations or let us know any issues and we will do our best to provide the necessary translations.

Enhancing a Translation File

The translation information is located in a language *.TS file. When compiled the output is located in a *.QM file. The .QM file is linked into the DoxyPress binary.

The *.TS files are part of the DoxyPress source which can be downloaded from our CopperSpice forum or found on github. The source translation files are located in resources/translation. Each file contains both the English and the translation for the specified file using an XML format. For example, the file doxy_de.ts contains both the original English and the German translations.