什么是 LCID 127?

发布于 2024-08-21 19:49:45 字数 160 浏览 3 评论 0原文

在 asp.net 中,LCID 127 代表什么文化?

<%Response.Write(System.Globalization.CultureInfo.InvariantCulture.LCID)%>

输出 = 127。

In asp.net what is the culture represented by LCID 127?

<%Response.Write(System.Globalization.CultureInfo.InvariantCulture.LCID)%>

Output = 127.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

好听的两个字的网名 2024-08-28 19:49:45

这就是“不变文化”,即没有文化。

请参阅此 LCID 列表和相关的文化 - 这是第一个(127 = 0x007F)。

It is the "Invariant Culture", i.e. no culture.

See this list of LCID's and associated cultures - it is the first one (127 = 0x007F).

妳是的陽光 2024-08-28 19:49:45

127 (0x007F) 是不变的区域性 ID。这是一种特殊的文化——不是像英语或西班牙语那样的普通文化。您可以在此中查看所有文化列表

127 (0x007F) is the invariant culture ID. It's a special culture - not a normal culture like English or Spanish. You can see all the cultures in this list.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文