I have my c# class file (.cs), and this have messages strings.
How to generate a resource file from the class file?
I have my c# class file (.cs), and this have messages strings.
How to generate a resource file from the class file?
Message strings are a UI implementation detail. Consider an enum first. Next, leverage Project + Properties, Resources tab to enter resource strings.
If you are looking for extracting strings to resource:
If you are looking for reading from the resource file: