G
Guest
Hey
How do I get a collection of the letters in a language, eg. the Danish
language has the Letters from A..Z, but also 3 special letters (Æ, Ø, Å).
I'm looking for a solution where I can get the letters of each language
(alphabet). It could either be a collection or an array of Chars or a sorted
unicode String. I have tried to look in System.Globalization, but to no avail.
Thanks in advance
Klaus Enevoldsen
How do I get a collection of the letters in a language, eg. the Danish
language has the Letters from A..Z, but also 3 special letters (Æ, Ø, Å).
I'm looking for a solution where I can get the letters of each language
(alphabet). It could either be a collection or an array of Chars or a sorted
unicode String. I have tried to look in System.Globalization, but to no avail.
Thanks in advance
Klaus Enevoldsen