I want to use the column names from a database table to be displayed as a header of a ListBox. This works fine with the following statement:
MyListBox.HeaderAt(i) = rs.ColumnAt(i).Name
How can I translate the column name based on the localization constants? (e.g. database column name = “kCountry”, localized strings for kCountry are: in French : Pays, in Dutch : Stad…)
6 posts - 4 participants