Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ASP.NET 的 Http 处理程序中访问 .resx 文件的最佳方法是什么?
我需要在 javascript 中访问它们。我的目标是通过 IHttpHandler 在 JSON 中序列化它们。问题是我根本不知道应该根据请求语言加载哪个 .resx。
谢谢!
你可以在这里使用 GetGlobaResourceObject 或 GetLocalResourceObject
http://msdn.microsoft.com/en-us/library/ms227982.aspx