IDEMSInternational / TranslateWinForms

Provides utility functions to translate the text in WinForm objects (e.g. menu items, forms and controls) to a different natural language (e.g. to French).
GNU General Public License v3.0
0 stars 2 forks source link

Enhance the library to get text hard coded in the winform code files #9

Open Patowhiz opened 2 years ago

Patowhiz commented 2 years ago

Currently the library is able to get all text properties contents for translations that are set in the designer file. However, in some product's forms, the controls have their text properties contents set in the code files. The library should also be able to get these texts and update the translations database.