Hello community,
Is there a system setting that allows you to set the default culture for all users?
In other words, imagine the following scenario:
1- Users have been created with the culture English (United States)
2- Portuguese was installed and this language was set as default.
3- I want all users to have this new language.
Without having to go to each user and change the culture, is there a feature that allows me to change the culture of all users at once?
Thank you!
Andreia
Like
Greeting,
Currently, there is no option to modify the "Primary culture" system setting, which is responsible for the default culture in the system.
By default, English is set as the base culture for all system builds to ensure the proper functioning of our product, including multilingual templates and localized user experiences.
If you need to change the language, this can be done in the system user profile for each individual user.
Modifying the "Primary culture" system setting could result in incorrect functionality, so it is essential to adjust the language preference at the user level.
We understand that this limitation may cause challenges, and we have already submitted a request to our R&D department to explore implementing this functionality in future system releases.
Please let us know if you have other questions.
Thank you for reaching out!
Hello!
You can bulk change the value of the SysCultureId column for users in the SysAdminUnit table. The corresponding values can be found in the SysCulture table.
After that, the user will need to re-login in the system to apply the localization changes, or you can flush Redis so that all users are forced to re-authorize.
Please be careful when applying this approach and check it in detail on a test environment before implementing on prod.