Wednesday, 14 August 2013

Visual Studio 2013 compiling resource files

Visual Studio 2013 compiling resource files

I have a very strange error when compiling a project with VS2013. I have a
project that contains two resource files (for different languages), a
default (.resx) and a localised English version (.en-GB.resx).
We're dealing with THE SAME PROJECT here: when I compile the project using
VS2012, I correctly get the English resource file (my localised culture is
English); however, when I compile it with VS2013, I get the default
resource file (same PC and same project).
There is a runtime setting that controls which culture it should use, but
this seems to get the correct culture file, and I'm guessing that there is
also a VS setting that I'm unaware of that includes the relevant resource
files at compile time - although for the life of me I can't find it. Is
there such a setting, or is this a known issue with 2013?

No comments:

Post a Comment