I’ve imported a project but when I import it the project has been converted by visual studio 2010.
My trouble is that VS is not recognizing the resource file and it’s translations as the default resource file.
One of the consequences is that when I add a new language, VS is not adding the resource as satellite …
How do I set the resource file as default resource again ?
Up to now I manually edit the Csproj in order to add my localized resource file.
Thank you !
Unload the csproj and edit the xml for each language this way:
Notice that I’ve moved all resources files into the Resource folder, if this is not your case remove
Resources\from xml. For each resx you should set theaccess modifieraspublicas well.