How can I get culture based on language ?
For example if I will pass language = CHS it will retrieve zh-CN based on National Language Support (NLS) API Reference: http://msdn.microsoft.com/en-us/goglobal/bb896001.aspx
I belive .Net framework should provide us with method that support that .
your responce will be highly appreciated !
This will give you a list of matching cultures:
You may want to use
CultureTypes.SpecificCulturesinstead ofCultureTypes.AllCultures.