cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tomerdr
Level 6

accessing string table at run time?

Hi

I am running a query on a custom table to get an identifier to the string table

How can I then load the string from the string table?

I don’t want to save the actual value in a custom table because it is much harder to localize it

Thanks in advance
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

When you are using the Create Table Wizard to create a custom table, you can specify that a column should contain localizable strings. If you mark the column as localizable string, you can use string identifiers in place of localizable text in that table column. The String Tables area of the General Information view is where you create new string identifiers and assign values to them. (You can also export a string table to a text file, send it out for translation, and then import it back in.) At build time, InstallShield replaces the string identifiers with the appropriate language string.

Does that help?
0 Kudos
tomerdr
Level 6

Yes!!! thanks.
0 Kudos