c# - How to generate Automatically resx files for project -


I want to create a Resx file for my project automatically, I have heard that there is a program that does it Can anyone tell me that its name?

is the only program that I know is a Visual Studio. You can easily use the ResXResourceWriter class Can create your own program.


Comments