Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

From Canvas 18.1 onwards, you can manage resource bundles for any language in Canvas Studio itself instead of maintaining separate resource bundle property files. However, you need to make an entry in a table in the Canvas schema for the new language with the correct language ID.

To support a new language in your application from Canvas 18.1 onwards, perform the following steps:

  1. Add an entry for the new language in the LANGUAGEMASTER table (in Canvas model schema) with the correct Language ID (from LOCALE_KEY_VALUE table). Additionally, specify the text direction as either left-to-right (LTR) or right-to-left (RTL) accordingly. A sample entry for Arabic language is shown in the following table:

    Implementation developers are not expected to change the flow or the framework components used during rendering of workspaces.



  2. Manage the language-specific display names using the Add Labels feature in Canvas Studio. Refer Add Labels for more information.



  • No labels