Class Library Localization in Windows Universal / Store App
I have a solution with a Windows Store app project and a Class Library project and I want to add Localization support. How can I add the all the Resource files to my Class Library and use them in both my App and Class Library? In order to avoid writing a lot of boilerplate and error prone code when you add a new resource string like: Add it to .resw file Add it to your Static class that provides access to the resource Add it to each language specific .resw file (ex: en, fr, pt, etc) You can use the following approach: Create "Strings" folder and add there just one folder for default language