Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Adding strings to the error table


2 replies to this topic

anthonyh

anthonyh
  • Full Members
  • 93 posts

Posted 18 November 2002 - 22:20

I want to add my own error messages to the error table, but how can I get the text for error message to be loaded from the string table? That way it can be translated along with the rest of my strings.



Anthony
Product Availability Developer
Avantis
Invensys Process Systems

Using InstallShield Developer 7.04 - Basic Project

Barbara

Barbara
  • Members
  • 89 posts

Posted 19 November 2002 - 10:58

The error messages are in the Error table. If you add a new error message into this table, you will get an entry in the ISString table which follows the rule ID_STRING_xxx where xxx is a number. In the ISString table you can export and translate the strings. For every language the new error will have the identifier ID_STRING_xxx but with a different language ID. The language you enter in the error table should be the language you set as default language for your project.

Barbara
The difference between theory and practice is larger in practice than in the theory.

anthonyh

anthonyh
  • Full Members
  • 93 posts

Posted 19 November 2002 - 15:20

Thanks.  That's what I was hoping for.


Anthony
Product Availability Developer
Avantis
Invensys Process Systems

Using InstallShield Developer 7.04 - Basic Project