Versions Compared

Key

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

...

Note

Adding an entry in the override bundle will update the default message for all the apps globally.

Developers must keep in mind that overriding Canvas default properties by creating own property file will require the end users to clear the browser cache. To override the default messages without forcing users to clear the browser cache, you can make an entry for the following columns in the LOCALE_KEY_VALUE table as follows:

  • APPLICATION_ID - Indicates the application ID. For example, MODELHOUSE.
  • DEFINITION - Indicates the bundle name. Must be 'canvas-default'.
  • LOCALE_KEY - Indicates key representation of the text (similar to the key in the property file). For example, NO_DATA_MSG.
  • LOCALE_VALUE - Indicates the the locale text for the key. For example, 'Please note that there is no data available.'
  • LANG_ID - Indicates the language code that text represents. For example, 'en_US'.

To customize the default message for a specific widget, refer Overriding Default Data Messages for Specific Widget.

A sample multilingualconfig.properties is as follows:

...