Sort languages in Umbraco v14+ #18098
Replies: 3 comments
-
Absolutely agree! Many UI element (if not all) seem to render languages based on their IDs, which typically reflects the order in which they were created. It would be great to have the ability to manually define a custom sort order, so we could organize them alphabetically or by relevance. |
Beta Was this translation helpful? Give feedback.
-
@iOvergaard Should this task no be quite simple to implement and someone from HQ could write an 'issue' with the requirements and maybe be an up for grabs for the community? |
Beta Was this translation helpful? Give feedback.
-
I added an initial PR #19515 but I think we need a concept how the sort data within a collection. Most projects probably only a few language and 20 or 50 languages may be okay to show in one page (I haven't checked it the language collection actually is paged, but I guess at some point it is). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in Umbraco 14+ it's not possible to sort Languages. This would be nice as sometimes in the development process a developer might not know what sort order the languages should be. The current language dropdown in the 'Content' section show the languages in the created order, and so do translations. It would be nice to be able to sort them at a later point than creating them in the "right" order.
Beta Was this translation helpful? Give feedback.
All reactions