-
Notifications
You must be signed in to change notification settings - Fork 27
Development
gbakeman edited this page Oct 23, 2022
·
16 revisions
- Windows Forms documentation, on Microsoft Learn
- MVP-VM Design Model, Design Codes
- SoftwareEngineering: How to properly structure a project in winform?
- Globalizing Windows Forms applications
- Globalize and localize .NET applications
- Walkthrough: Localizing Windows Forms
This program uses the Multilingual App Toolkit 4.0 to provide translation support.
When a translation CSV is updated in the Translations/ folder, some manual work needs to be done in order to apply the translation to the program.
- Open the CSV file in an editor (Excel), and the related *.xlf file in the Multilingual toolkit.
- Copy and paste new/changed translations to their equivalent resource in the multilingual toolkit.
- Build the solution and make sure all resource files have been automatically updated.