Internationalization with EntireX

Introduction

Software internationalization is the process of designing products and services so that they can be adapted easily to a variety of different local languages and cultures. Internationalization within EntireX means internationalization of messages: the incoming and outgoing messages are converted to the desired codepage of the platform in use.

Best Approach Provides information to assist you in deciding which internationalization approach is the most appropriate.
Locale String Mapping

A locale provides a means of identifying a specific region for the purposes of internationalization and localization. EntireX sends properties of the operating system locale to the Broker, using the locale string.

Locale String Mapping Tables Provides tables used during the process of mapping the locale string to codepages within the broker for the internationalization approaches ICU conversion and SAGTRPC user exit.
Preparing EntireX Components for Internationalization How to prepare or configure EntireX components to force a locale string to be sent.

Related Literature