At the moment I have only my default resource file, AppResources.resx. I used to have another one for polish language, but deleted it from the project. Now I want it back. Importing the file doesn't work because Visual Studio during building just copies the content from AppResources.resx to my pl-PL file and overwrites everything. Right clicking the pl-PL file and trying to import the translations is not an option too- nothing is being copied.
Any ideas?