.resx files for localization with managed C++
问题 I'm trying to use .resx files for string localization in a managed C++ CLR project with VS2013. In my projects Resources Files folder I right click > Add Item > .resx file and name it AppLocalization.resx. I do it again and create AppLocalization.fr.resx. Then I add a different string with the same name to each. If I run my application the following code gets the correct string from the AppLocalization.resx file: ResourceManager ^rm1 = gcnew ResourceManager(L"My_App.AppLocalization", Assembly