I am using .NET WinForms (C#) I have a form with a menustrip control in it, I added menu items in the designer and assigned test to them, now I want to move this text into a resource file. how do I do that ?
move MenuStrip item text into resource file
553 Views Asked by Pacman At
2
You can use Resourcemanager to set the string of the MenuItem.
So you can have something like: