DITA2Go provides a collection of language configuration files that contain settings for the text of various output headings, labels, and names, in different languages. These files are located in %OMSYSHOME%\d2g\local\lang. You can customize these files with values that are appropriate to your particular needs. Table 39-8 lists the language configuration files you can edit.
The English language configuration file is referenced by the configuration template at the top of the general-configuration chain: %OMSYSHOME%\d2g\system\d2g_config.ini:
[Templates]
Languages=%omsyshome%\d2g\local\lang\local_d2g_lang_en.ini
If you plan to produce output in a language other than English, you can include a reference in your starting configuration file to point to a different language-specific template. For example, to reference the German version, add this setting:
[Templates]
; Languages = path to main language configuration template
Languages = %OMSYSHOME%\d2g\local\lang\local_d2g_lang_de.ini
This setting will override the default setting in d2g_config.ini.