Is it a well known issue that SortDescription do not work correctly for certain Cultures, or are there any obvious setup that I am missing?
In my case I use nb-NO and get all lists in wrong order (ComboBoxes/ListBoxes) in a WPF application. However I get the correct order when populating an ObservableCollection with a pre-sorted query/List() using Linq to entities.
Anyone else who have experienced the same, and have a solution to this issue?