根据标题。
为什么.net的行为如下?
var c = CultureInfo.CreateSpecificCulture("zh-Hans");
c.IetfLanguageTag == "zh-CN"; //true Why is it like that?
c.Name == "zh-CN"; //true Why is it like that?
我知道有后备语言,但有没有办法找出我实际上使用“zh-Hans”作为对象的输入?我需要该字符串来查找数据库查询,数据存储为“zh-Hans”