dotnetmonitor.com |
|
||||||||||||
| Problem: Hand coding UI generally causes
problems for localizers. If they have a .resx file, the dialog can be opened
in a resource editor such as WinRes.
Solution: Do not hand code UI, keep the YourForm.Designer.cs file around, hook up your events in a function outside of the YourForm.Designer.cs, so you can easily revist the file later using Visual Studio. |
||||||||||||
|
||||||||||||