Our App will be translated by an external service/person, so I'm using WinRes.exe (Windows Resource Localization Editor) as a stand-alone localization editor for each Form.
Much of it works fine, including my UserControls and overridden custom TabControl, but the MenuStrip and DataGridView are blank. When I click on them or select them in the Controls dropdown, it lists a bunch of properties, but only about half of what is visible in VisualStudio's Designer.
Most importantly, the MenuStrip has no menu items, and the DataGridView has no columns (both of which need to be translated). At the bottom of the Properties pane, with the MenuStrip selected, there is clickable text "Edit Items..." and when I click it, the "Items Collection Editor" is opened, but after adding items I click "OK", but then an error occurs "Object reference hot set to an instance of an object". Similar thing happens with trying to add columns to the DataGridView.
I'm not setting these things (columns and menu items) programmatically, so I don't understand why the VS Designer can edit them but WinRes.exe can't.
Any idea how fix this?
Thank you!