This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: accessing string table at run time?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 29, 2008
03:20 AM
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
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
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 29, 2008
08:32 AM
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?
Does that help?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2008
09:14 AM
Yes!!! thanks.