In xaml file, I defined the button using this code
And in the "Resources.resw" file I defined it like this. This file is in a different class library.
But the string is not visible in the app. If the Resources.resw is in the same project which xaml file is created in this issue doesn t occur. However I cannot keep it in the same project and has to move to another class library.
This is how the files are defined,
C:UsersannesDesktoplocalizationUWPMainWinAppViewUserControlURLUserControl.xaml C:UsersannesDesktoplocalizationUWPMainWinAppUtilStringsen-USResources.resw
How can I resolve this? Is there any other alternative ways?
I think this issue occurred as the class library namespace didn t refer in the xaml file. However I have added the class library dependency to the project.