contents.gifprev1.gifnext1.gif

Internationalization

All messages and text on the message box title are user-definable. The text is placed in the FC.ERR file. There are two main sections in this file:

ifl00090000.gif Default settings

ifl00090000.gif Error codes

In the default settings you can specify which language is used. This in turn can be used to create the language section with the error codes in any language. For instance if the language in the default settings is "USA" than a section "USA" can be created, with the error codes in English.

Example:

[Default]

ErrorTitle=Error Message

Language=USA

[USA]

E0=Successful

E1=Term less than 1

E2=Period less than 1

[NL]

E0=Goed

E1=Levensduur minder dan 1

E2=Periode minder dan 1