when i try to create a resource file named Labels.resx it works fine and a Labels.designer.cs being created well, but when i try to create another resource file for a specific locale like Labels.en-US.resx the resource file gets corrupted and the designer will be empty!
[Edit from comments]: The resource generator specified for the .resx file is GlobalResourceProxyGenerator
whats wrong with it? am I doing anything wrong?
Run custom tooland see if any error shows in output (most probable cause ofdesigner.csfile remaining empty)GlobalResourceProxyGenerator@AlexeiGlobalResourceProxyGenerator? I have always generated resource files usingPublicResXFileCodeGeneratorand had no problems.