获取Web服务器的文化

发布于 2024-07-30 14:40:24 字数 99 浏览 2 评论 0原文

有没有办法通过代码获取部署我的 Web 应用程序的服务器的文化? 我们正在安装了 Crystal Reports 的 IIS 7 机器上运行 asp.net c# Web 应用程序。

Is there a way to obtain the culture of the server my web application is deployed on through code? We are running an asp.net c# web application on an IIS 7 box with Crystal Reports installed.

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

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

发布评论

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

评论(2

笑饮青盏花 2024-08-06 14:40:25

为什么 Web 应用程序需要检查服务器的区域性,而它应该设计为在任何服务器上运行?

我认为 Web 应用程序只能部署到英文版 Windows 上很奇怪。

Why does a web application need to check the server's culture while it should be designed to run on any server?

I think it is weird that a web application can only be deployed to English version of Windows.

我只土不豪 2024-08-06 14:40:24

怎么样:

CultureInfo.CurrentCulture

How about:

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