- 27 Sep 2024
- 1 Minute to read
- Print
Set languages
- Updated on 27 Sep 2024
- 1 Minute to read
- Print
The IXM Platform supports many languages. You can specify which languages users can select as their interface language.
To set specific languages for customers, perform the following steps:
Open the master.config file on the server with a text editor like Notepad++.
Add the following entry: Customer:{CustomerId}:AvailableLanguages
Specify the required languages for each customer using the customer ID and the following abbreviations separated by commas:
AR for Arabic
BG for Bulgarian
CN for Chinese
CS for Czech
DA for Danish
DE for German
EN for English
ES for Spanish
FI for Finnish
FR for French
HE for Hebrew
IT for Italian
NO for Norwegian
PL for Polish
RO for Romanian
RU for Russian
SK for Slovak
SL for Slovenian
SV for Swedish
Save your changes and close the file.
<appSettings type="global">
...
<add key="Customer:0:AvailableLanguages" value="EN"/>
<add key="Customer:5:AvailableLanguages" value="EN,DE"/>
<add key="Customer:8:AvailableLanguages" value="DA,FI,NO,SV"/>
...
</appSettings>