top of page

Enable a New Language in IFS10

  • Writer: Rumesh Aponso (RMAX)
    Rumesh Aponso (RMAX)
  • Nov 27, 2024
  • 1 min read

Enable language from the "Used Language"

ree

Add Translations

ree

Refresh Language Cache

ree

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';

ree

Check the Report Print Dialog

ree

ree

Check the Report Preview

ree


Comments


Copyright © 2025 RMAXOneNote

  • Online CV
  • LinkedIn
  • Youtube
  • GitHub
  • Blogger
bottom of page