![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I understand how to localize forms when all the strings are in the res file, but what about when some strings are in a database. For instance, say you have a datagrid that pulls the column names from a table (like below). tableGrid ColumnName varchar ColumnDisplayText varchar ColumnFormat varchar Visible bit Editable bit The column ColumnDisplayText is what the user sees the grid column as. So, when the user loads up that form, it reads in the data and creates the grid on the fly. Great when there is only one laguage, but what is the best way to do it when there is more than one language running off the same database? Do you have to create ColumnDisplayText_en-US, ColumnDisplayText_fr-FR, etc, etc? Is there a better way (I hope!)? Thanks Jon |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |