Skip to content

Localization and Internationalization

This section is about how localization sensitive information should be programmed. It discusses making certain parts of the server code translatable so it can be displayed in different languages in the client.

How to do the actual translation of constants and error messages as well as getting them into the client is done in explained in Translation Manager and explained in Translation.

Basic Data Translation is used to keep translations for certain kinds of data inserted to the application by users.

Read about Localization for further information on these concepts.

Contents