User1367382268 posted
Is there any function that will do something like this
System.Char.IsChinese("好") ; //returns true
or
System.Globalization.CultureInfo chineseCulture = new CultureInfo("zh-CHS");
System.Char.IsCulture("好", chineseCulture); //returns true
Thanks for the help.
dru