Chinese language codes
问题 We are updating an old .net 1.1 website to 2.0. The site currently supports Chinese (Traditional) & Chinese (Simplified) I'm getting a run time error when trying to detect the language & culture using the codes: zh-CHS (simified) & zh-CHT (traditional): Please select a specific culture, such as zh-CN, zh-HK, zh-TW, zh-MO, zh-SG. From: System.Globalization.CultureInfo.CreateSpecificCulture(String name) It appears these are outdated language/culture codes. Does anyone have any insights as to