asp.net web.config 全球化不起作用

发布于 2024-12-23 06:31:16 字数 295 浏览 0 评论 0原文

我有一个 asp.net mvc 应用程序,我正在尝试测试我的应用程序的资源文件。应用程序部署在 IIS 6.0 上(在 Windows Server 2008 r2 上)。我在应用程序的“bin”目录下放置了一个文件夹“es”(包含资源 dll 文件),并在 web.config 文件中进行了以下更改,

<globalization uiculture="es" culture="es-MX" />

当我浏览应用程序时,它仍然显示来自英语资源文件的字符串。我缺少什么?

谢谢

I have an asp.net mvc application and I am trying to test resource files for my application. Application is deployed on IIS 6.0 (on windows server 2008 r2). I placed a folder "es" (with resource dll files) under "bin" directory of the application and made the following change in the web.config file

<globalization uiculture="es" culture="es-MX" />

When I browse the application it still displays strings from english resource file. What am I missing?

Thanks

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

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

发布评论

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

评论(1

情未る 2024-12-30 06:31:16

我认为 MVC 涉及的内容更多一些。看看这个 链接有帮助

希望这有帮助!

马特

I think that with MVC, there is a bit more involved. See if this link helps

Hope this helps!

Matt

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