I have Universal Class Library (.dll) to share between projects. In the dll I have several resources .resw
files dll\rootFolder\Lang\
en.resw
, fr.resw
, jp.resw
.
In my app I have button "Change Language" clicking on which I want change app language like many web sites but the problem is that I can't get this files when clicking on the button using Resources.ResourceLoader()