Re: Culture character sets
Not sure what you're after, but have you looked at the CultureInfo class :
http://msdn.microsoft.com/en-us/libr...(v=vs.71).aspx
?
Re: Culture character sets
yep. I've checked this class allot.
But couldn't find it there.
what i'm looking for is the first character ASCII value and the last for this culture.
Every language letters ASCII are fixed. and there is a range for each language.
I don't want to create a list with all of those ranges (see the link i sent before),
wanted to know if there is a way to get it ?