Administer > Service Request Catalog Customization Guide > Service Request Catalog customization > Enable language selection on the Service Request Catalog login page

Enable language selection on the Service Request Catalog login page

You can configure Service Request Catalog to display a language selection box on the login page. Additionally, you can choose the languages that are available for selection. To do this, you must update the WEB-INF/classes/applicationContext.properties file.

To enable the language selection box and to define the languages available for selection, follow these steps:

  1. Stop the Tomcat instance on which Service Request Catalog is deployed.
  2. Open the WEB-INF/classes/applicationContext.properties file in a text editor, and set the following parameters.

    Parameter Default value Description
    src.chooseLanguage.enabled false

    This parameter enable the language selection box on the Service Request Catalog login page.

    src.chooseLanguage.list US,DE,IT,FR,ES,JP,BRAZILIAN,ZH,NL,KO,RU,CS,HU,PL,AR,HE,TR

    This parameter defines the languages available for selection when the language selection box is enabled.

    Important The values of this parameter must be a subset of the values of the "supportedLanguages" property in the mlu.properties file.

    For example, you set the parameters as follows:

    src.chooseLanguage.enabled=true
    src.chooseLanguage.list=US,DE,IT,FR,ES,JP,BRAZILIAN,ZH,NL,KO,RU,CS,HU,PL,AR,HE,TR
  3. Restart the SRC Tomcat.