为什么zh-Hans CultureInfo对象将Zh-CN作为名称返回?

时间:2015-11-19 08:59:08

标签: .net culture

根据标题。

为什么.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”

0 个答案:

没有答案