Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3798

Localization for Database Column Names

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3798

Trending Articles