Hide specific languages from language dropdown #14431
Replies: 3 comments 3 replies
-
I think the default language (en-US) is a config setting you can change, and by that, prevent it from being autogenerated in new environments. |
Beta Was this translation helpful? Give feedback.
-
@AndyButland do you recall it there is a setting to specify the default language/culture. |
Beta Was this translation helpful? Give feedback.
-
According to the docs you should be able to change the default data created by updating your appsettings. While I haven't tested this on Cloud, it should work as long as you have deleted the {
"Umbraco": {
"CMS": {
"InstallDefaultData": {
"Languages": {
"InstallData": "Values",
"Values": ["en", "da"]
}
}
}
}
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes we prefer to create languages using the languages without country code, e.g. Danish, English, German etc.
However on Umbraco Cloud, Deploy we by default use "English (United States) (en-US)". We can delete this, but when we have previous did this, it may to re-added when creating new environments.
Sometimes one may also want to create a new language, prepare code etc. but not yet ready and one don't want content editors to start working the the new language variant.
Maybe there should be a setting on language or a config setting to hide a specific language from UI.
Beta Was this translation helpful? Give feedback.
All reactions