CompareInfo
-
Hallo Is it possible to create an own CompareInfo Class? I am only aware that I can get a CompareInfo via getCompareInfo from an existing CultureInfo Class. I need a compareInfo which works simular to "th-TH". I need vowel , consonant swaping. And I need multi character consonants. I know this can be done in Java. But how to inherit this in .Net. I am only interested in compare and sort functionality. Can anybody help? The language I need is Laotian (quite simular with the Thai language, but with another Unicode range) How can I add values to the sort keys :confused: I guess I need an inherited class. Or can I overwrite the Thai settings, just changing the Thai character to Laotian :confused: Thank you Sincerely :) Chris :confused:
-
Hallo Is it possible to create an own CompareInfo Class? I am only aware that I can get a CompareInfo via getCompareInfo from an existing CultureInfo Class. I need a compareInfo which works simular to "th-TH". I need vowel , consonant swaping. And I need multi character consonants. I know this can be done in Java. But how to inherit this in .Net. I am only interested in compare and sort functionality. Can anybody help? The language I need is Laotian (quite simular with the Thai language, but with another Unicode range) How can I add values to the sort keys :confused: I guess I need an inherited class. Or can I overwrite the Thai settings, just changing the Thai character to Laotian :confused: Thank you Sincerely :) Chris :confused: