问题
i'm developing a wpf / prism 4 application which uses localized resx resourcefiles. After some debugging (it didn't work as expected) i saw that all the resourceset's of my resourcemanager had the same values. The values of the default loc.resx.
My Question is: What's going wrong there?
Thank you in advance
回答1:
Okay, I finally found the solution by myself. The problem was, that i xcopy my module dll to $(SolutionDir)\Modules to perform a directory discovery. But the Modul.resources.dll were not copied. I've copied them manually to $(SolutionDir)/Modules/en-GB/Modul.resources.dll and tadaaa it works :)
来源:https://stackoverflow.com/questions/9926047/resourcemanagers-resourceset-has-wrong-values