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.
我正在开发一个使用本地化 resx 资源文件的 wpf / prism 4 应用程序。经过一些调试(它没有按预期工作)我看到我的资源管理器的所有资源集都具有相同的值。默认 loc.resx 的值。
我的问题是:那里出了什么问题?
先感谢您
好的,我终于自己找到了解决方案。问题是,我将我的模块 dll 复制到 $(SolutionDir)\Modules 以执行目录发现。但是 Modul.resources.dll 没有被复制。我已将它们手动复制到 $(SolutionDir)/Modules/en-GB/Modul.resources.dll 并且 tadaaa 它可以工作:)