Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 asp.net 中,LCID 127 代表的文化是什么?
<%Response.Write(System.Globalization.CultureInfo.InvariantCulture.LCID)%>
输出 = 127。
它是“不变的文化”,即没有文化。
请参阅此LCID 和相关文化列表 - 它是第一个 (127 = 0x007F)。
127 ( 0x007F) 是不变的文化 ID。这是一种特殊的文化——不是像英语或西班牙语这样的正常文化。您可以在此列表中查看所有文化。
0x007F