Version 8.3.3

Multi Language Management

The multi language management is responsible for changing the text IDs into strings that are presented to the user.

There are two translation aspects:

The multi language management is internally kept cleanly behind an internal interface. This means that in the future a different implementation will be available to provide a solution to find a string for a given text ID. In this documentation, the default implementation which simply uses comma separated value files is described.

The information provided in this documentation is organized under the following headings:

../graphics/gr_b_sm.gif Writing Multi Language Layouts
../graphics/gr_b_sm.gif Creating the Translation File
../graphics/gr_b_sm.gif Defining the Language at Runtime
../graphics/gr_b_sm.gif Dealing with Literals inside Your Adapter
../graphics/gr_b_sm.gif Tools for Translating Text IDs
../graphics/gr_b_sm.gif Tool for Creating Languages
../graphics/gr_b_sm.gif Unicode
../graphics/gr_b_sm.gif Interface IMLManager

Top of page