Set languages
  • 27 Sep 2024
  • 1 Minute to read

Set languages


Article summary

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:

  1. Open the master.config file on the server with a text editor like Notepad++.

  2. Add the following entry: Customer:{CustomerId}:AvailableLanguages

  3. 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

  4. 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>


Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.