Getting error when I add ru subfolder under Strings for localization

Hi,

I am trying to localize my Windows xaml game by adding some culture folders under Strings folder. All cultures work except the Russian. When I add a folder named ru or ru-RU I get this error:

An exception of type ‘System.Reflection.TargetInvocationException’ occurred in mscorlib.dll and wasn’t handled before a managed/native boundary

Additional information: Exception has been thrown by the target of an invocation.

Is there anyone encountered similar issue?

Regards

Hi again,

Somehow my problem resolved. I don’t how it was fixed but now I don’t get any errors. Previously I added a Strings folder for resources.resw files. At first I was getting that error when I add a subfolder called “ru” with a Resources.resw file. Then I changed the Strings folder name to Resources. I got the same error again. Then I changed Windows 8’s interface language to Russian. I am not sure if I got the same error at that time :smiley: then I switched back to English interface. Now I don’t get this error…