If you are using languages other than English and French for your multi-language installation of AudienceView, you must add the desired language to the language list.
To configure the language list for a multi-language installation of AudienceView, complete the following:
- Navigate to the AudienceView > Setup > Preloads folder.
- Open the lists.xml file in a text editor.
- Press CTRL+F and search for <name>language</name>
This is the language list found in the General Configuration application Lists pages. By default, the language list contains English and French.
<node>
<name>language</name>
<type></type>
<mode>1</mode>
<values>
<pair>
<name>EN</name>
<value translate="yes">English</value>
</pair>
<pair>
<name>FR</name>
<value translate="yes">French</value>
</pair>
</values>
</node>
- If French is not one of the desired languages, replace FR with the appropriate abbreviation (e.g. SP for Spanish), and replace French with the desired language.
| Warning Do not overwrite the EN/English language setting. |
- If French is one of the desired languages, highlight a pair (everything from <pair> to </pair>) and press CTRL+C.
- Place the cursor after the last pair and press CTRL+V.
- Replace the language abbreviation in the pasted pair with the appropriate abbreviation (e.g. SP for Spanish).
- Replace the language with the appropriate language.
- Save the file.