How can I configure default language at sign-in page?

shun6
Giga Sage

Hi all,

How can I configure default language at sign in page?

I've already configured Japanese as default language at System Localization and sys_user table but English is still selected at sign in page.

 

English is selected as default

find_real_file.png

 

system localization

 find_real_file.png

sys_user table

find_real_file.pngJ

5 REPLIES 5

Riya Verma
Kilo Sage
Kilo Sage

HI @shun6 ,

 

Hope you are doing great.

 

Follow the steps below to configure the default language:

  1. Go to the "System Properties" , open property "glide.ui.default.language".

  2. In the "Value" field, enter the desired language code for the default language. For example, if you want English (United States) as the default language, you can enter "en-us". Please note that the language code should follow the standard ISO 639-1 and ISO 3166-1 alpha-2 formats.

  3. Save the changes to the property record.

or you can set the property from any server side script:

gs.setProperty('glide.ui.default.language', 'en-us');
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma