문제

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.

enter image description here

enter image description here

My Question is: What's going wrong there?

Thank you in advance

도움이 되었습니까?

해결책

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 :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top