Localized names

The tables of the Integration database contain LangXXX columns for each supported language. To use a language, use a SQL query to map the translated strings from the source system column into the appropriate column alias in the integration table. Use the AS statement in the SQL query. For example:

SELECT tx15_fr as LangFR, tx15_en_us as LangEN
FROM FCHACC

The same applies to other translations such as product names and account descriptions.

Localization of names depends on how the translated strings are handled in the source system.

Refer to the integration documentation for the source system from which you load data.