Proper localization of a WinForms application
I’ve just completed a C# .Net 3.5 project with a similar problem. We were writing WinForms plugin for an existing multi-lingual application with 8 languages (including English). This is how we did it: Create all our forms and UI in the default language, English. Put all our internal strings in a resource file (stuff not … Read more