Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

From Canvas 18Sigma 19.1 onwards, you can manage resource bundles for any language in Canvas Sigma 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 18Sigma 19.1 onwards, perform the following steps:

  1. Add an entry for the new language in the LANGUAGEMASTER table (in the 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:

    Note

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

    Image RemovedImage Added

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