Enable a New Language in IFS10
- Rumesh Aponso (RMAX)

- Nov 27, 2024
- 1 min read
Enable language from the "Used Language"

Add Translations

Refresh Language Cache

Run the below select statement to check that everything is correct. If everything is correct, the language should appear in the select query data.
SELECT DISTINCT lang_code--, attribute, t.path, t.layer
FROM language_sys_tab t
WHERE main_type = 'LU'
AND type = 'Report'
AND path LIKE '%.' || 'CUSTOMER_ORDER_COLL_IVC_REP'
AND attribute = 'Title'
UNION
SELECT 'en' FROM DUAL
UNION
SELECT 'gb' FROM language_code_tab WHERE lang_code='gb' AND installed='TRUE';
Check the Report Print Dialog


Check the Report Preview





Comments