ASP.NET Resourcemanager读取本地.resx
对于我的翻译,我使用嵌入式 .resx 文件。我希望用另一个未嵌入的 .resx 文件覆盖其中一些翻译(例如 ~/App_Localresources/translations.en-US.resx)。
这样做的目的是,在编译和部署应用程序后,用户可以手动更改 .resx 文件以覆盖某些嵌入的翻译。
有没有办法使用普通的 ResourceManager 来实现这一点? (在 .NET 4 中)
谢谢您的提示
For my translations I'm making use of embedded .resx files. Some of these translations I wish to override with another .resx file, which is not embedded (ex. ~/App_Localresources/translations.en-US.resx).
The purpose of this is that after the application is compiled and deployed, a user could change the .resx file manually to override some of the embedded translations.
Is there a way to use the normal ResourceManager for this? (in .NET 4)
Thank you for tips
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)