Hi,
Does anyone know how to fix build warnings such as the following:
4>MakePRI : warning 0xdef00522: Resources found for language(s) 'en' but no resources found for default language(s): 'en-US'. Change the default language or qualify resources with the default language. http://go.microsoft.com/fwlink/?LinkId=231899
I know the message above helpfully contains a link, but it doesn't seem to help very much. (Got to admit to not having much experience with configuring applications for different cultures.) I've been through the whole solution and tried changing everything to either 'en' or 'en-US', and this doesn't seem to have any affect on the warning message.
Kind wishes ~ Patrick
it seems that you haven't implemented an unnamed resourcefile.
if you have "patrick-en.resx" resource file, propably you need "patric.resx" also.
Answers
it seems that you haven't implemented an unnamed resourcefile.
if you have "patrick-en.resx" resource file, propably you need "patric.resx" also.