How can I configure default language at sign-in page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2022 11:29 PM
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
system localization
sys_user table
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 08:24 AM
HI @shun6 ,
Hope you are doing great.
Follow the steps below to configure the default language:
Go to the "System Properties" , open property "glide.ui.default.language".
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.
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');
Regards,
Riya Verma