Internationalized programs with Informix® GLS
You can make HCL Informix® database applications easily adaptable to any culture and language.
Design the application so that the tasks in the following table
do not make any assumptions about the language, territory, and code
set that the application uses at run time. The data in a database
that the application accesses should already be in a language that
the end user can understand.
Application task | Description |
---|---|
User interfaces |
|
Character processing | Includes the following processing tasks:
|
Data formatting | Includes any culture-specific formats for the
following types of data:
|
Documentation | Includes any explanatory material such as printed manuals, online documentation, and readme files. |
An internationalized program dynamically obtains language-specific information for these application tasks. Therefore, one executable file for the application can support multiple languages.