Order of field values in Service Catalog item drop-down is not correct when a non-English language is selected.Issue The order of field values in the Service Catalog item drop-down is not correct when a non-English language is selected for a user's session. The expectation is for the field values to be ordered alphabetically based on translation.ReleaseAllCauseIn English, the order appears sorted because entries in the table are in English and are sorted by name. In German, it maintains the same sort order while replacing the English text with German (fetched from sys_translated_text table).ResolutionThere is no resolution to this issue at this time. It will be taken up for consideration as part of future releases depending on impact and complexity. Workaround: Locale-aware sort order is currently not supported by the system, in this case, 'sys_translated_text'. An alternative way is to use sys_choice (choice list) instead of the translated text. Sys choice supports locale-aware order of choice-list. This should work provided the number of choices is not very large.