Hi,

is there any way to sorting/ordering a list on the server side by locale alphabetic order? Example: ascending hungarian alphatic order: 'a', 'á', 'b', 'c', 'cs', 'd', 'e', 'é'... and so on.
When I use MutableSortDefinition (for a PagedListHolder object) the words starting with 'á' have been attached the end of the line, after 'z'. (Propably the english alphabetic order.). I've tried RefreshablePagedListHolder too, but I had no success.

What class should I use, or how can I force to use a locale ordering, or how can I implement my own sort definition? If you have any advice for my problem, please give an answer. Thanks a lot! (sorry for my english)