Language selector/picker #14497
Replies: 1 comment
-
Initially I think it would be great to select configured languages in Umbraco in a property editor (using an infinite editor - which can replace dropdown in domain configuration). Sometimes in a Danish language version there a need add one or more international/English page(s) which should then change This can be done changing inherited language/culture on domain configuration of specific pages. Then issue with this is that content editors shouldn't need access to this. We could an a textbox property or dropdown property to select from, but I think it would be nicer to use existing configured languages similar to most other pickers: content, media, user, member, member groups etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently it doesn't seem Umbraco core has a language selector/picker.
Although it is possible to create a custom property editor or use a package like Contentment by @leekelleher, I have a few times in multi-lingual projects had a need for this.
Although not consistent across all pickers we have for most entities:
and settings via infinite editors.
I think it has also been discussed something like an entity picker #12885 similar to what @mattbrailsford added in Konstrukt.
If we had a language selector/picker based on configured languages in Umbraco, maybe it could be an infinite editor, which maybe could be used in both domains configuration and a property editor (maybe even a prevalue editor?). In the property editor is could store the ISO code.
For now I have something like this using Block List:
Beta Was this translation helpful? Give feedback.
All reactions