How can I change the default ui language in the backoffice?
Hi, I am using umbraco 9 as the backoffice of my website, but I have a problem, I want to default the backoffice language to zh-tw, when running debug mode, it always changes back to en- US, how can I modify the default language without overwriting the value I set?
Good luck and thanks.
The schema file is used for the Intellisense of your IDE to be able to auto-complete and give information about the different keys in the appsettings.json, within for example Visual Studio or Jetbrains Rider!
How can I change the default ui language in the backoffice?
Hi, I am using umbraco 9 as the backoffice of my website, but I have a problem, I want to default the backoffice language to zh-tw, when running debug mode, it always changes back to en- US, how can I modify the default language without overwriting the value I set? Good luck and thanks.
Hi tuobaling,
You are able to change the default backoffice language in the Global settings by setting the Umbraco.CMS.Global.DefaultUILanguage key!
For more information check out: https://our.umbraco.com/documentation/Reference/V9-Config/GlobalSettings/#global-settings
Kind regards,
Corné Hoskam
Hi Corné Hoskam I found it! thank you very much!
I want to ask you again Does the data in appsettings-schema.json just describe the function of this field? When will this file be used?
Hope you have a nice day~🧡
Hi tuobaling,
The schema file is used for the Intellisense of your IDE to be able to auto-complete and give information about the different keys in the appsettings.json, within for example Visual Studio or Jetbrains Rider!
Kind regards,
Corné
Hi Corné Hoskam
I get it! Thank you very much~!!
Hope you have a nice day~🧡
is working on a reply...