通过 IHttpHandlers 在 javascript 中进行本地化
在 ASP.NET 中的 Http 处理程序中访问 .resx 文件的最佳方法是什么?
我需要在 JavaScript 中访问它们。我的目标是通过 IHttpHandler 将它们序列化为 JSON。问题是我根本无法弄清楚应该根据请求语言加载哪个.resx。
谢谢!
What's the best way to acces .resx files in a Http Handler in ASP.NET?
I need to access them in javascript. My goal is to serialize them in JSON via a IHttpHandler. The problem is that I simply can't figure out which .resx I should load according to request language.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处使用 GetGlobaResourceObject 或 GetLocalResourceObject
http://msdn.microsoft.com/en -us/library/ms227982.aspx
you can use GetGlobaResourceObject or GetLocalResourceObject as here
http://msdn.microsoft.com/en-us/library/ms227982.aspx