Desktop User Guides > Interviewer > Customizing the applications > Setting the default language for UNICOM Intelligence Interviewer
 
Setting the default language for UNICOM Intelligence Interviewer
When you run UNICOM Intelligence Interviewer the current language is set, by default, to the system locale setting in your computer’s operating system. You can specify a different language by changing the various configuration files (.exe.config) for each UNICOM Intelligence Interviewer application. If a configuration file does not exist for an application, you can create one.
Setting the default language
This example shows how to change the configuration file for the IPlayerConsole.exe application (Interviewer Console). A similar change can be made for the other UNICOM Intelligence Interviewer applications (ConfigWizard.exe - Configuration Wizard, IPlayer.exe - UNICOM Intelligence Interviewer, and IPlayerSyncMgr.exe – UNICOM Intelligence Interviewer - Synchronization Console).
1 Edit the IPlayerConsole.exe.config file: see Customizing the Interviewer Console.
2 Insert the following XML elements into IPlayerConsole.exe.config, replacing en‑us with the appropriate four-letter language code to be used as the default:
<configuration>
  <appSettings>
    <add key="Culture" value="en-US" />
  </appSettings>
</configuration>
Language
Code
Chinese
zh-CN
English
en-US
French
fr-FR
German
de-DE
Italian
it-IT
Japanese
ja-JP
Spanish
es-ES
When you run UNICOM Intelligence Interviewer, the language is set to the language that you specified in the IPlayerConsole.exe.config file.
Setting the default language back to your system locale setting
1 Edit the IPlayerConsole.exe.config file: see Customizing the Interviewer Console.
2 Remove the following XML elements:
<configuration>
  <appSettings>
    <add key="Culture" value="en-US" />
  </appSettings>
</configuration>
See also
Customizing the applications
Customizing application text
Customizing application banner and icons
Customizing project status graphics
Customizing background color
Setting the project cache file’s save mode