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 library to automatically get texts for table like components #12

Open Patowhiz opened 2 years ago

Patowhiz commented 2 years ago

Currently the library can't automatically update the database with translation id texts from components like datagridview, list view etc. These texts includes the column headers labels, rows values.

Patowhiz commented 2 years ago

Some of the things to consider in regards to this functionality is, a form component, for instance List View or Datagridview;

  1. May want both it's column headers and row values translated but not it's contents.
  2. May want it's headers translated but not it's contents.
  3. May not want any of it's contents translated.