asp.net web.config 全球化不起作用
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 MVC 涉及的内容更多一些。看看这个 链接有帮助
希望这有帮助!
马特
I think that with MVC, there is a bit more involved. See if this link helps
Hope this helps!
Matt