ResXGenerator icon indicating copy to clipboard operation
ResXGenerator copied to clipboard

Does not work if the resx file contains the language

Open bdovaz opened this issue 2 years ago • 0 comments

@ycanardeau In my project I have:

Resources1.en-US.resx Resources1.en-US.resx

Having those files does not generate code.

However, if I rename one of the two, it does:

Resources1.resx Resources1.en-US.resx

bdovaz avatar May 25 '23 14:05 bdovaz