Versions Compared

Key

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

...


The following is a sample multilingual configuration file multilingualconfig.properties (as per the name given in the default descriptor):

Code Block
languageactionscript3bash
# canvas.properties file will be the default property file. 
# Other properties can be added with ',' separator.
CT_PROPERTY_LABELS=common 

# Supported locals; More than one language_Country codes can be added with ',' separator.
CT_LANG_COUNTRY_CODE=en_US,de_DE,ar_SA 

# This will be the default temp folder in the server system for the Canvas application activity.
# example folder structure
# for windows - D:/Canvas/Temp
# for unix/linux - /usr/SIR0654/Canvas/Temp
# This path configured should be relative to the root path configured
# as CT_WORK_FOLDER_PATH in implementation property file.
DEFUALT_PATH_FOR_BUNDLE=/Temp 

# This will be used to override the default labels provided by Canvas.
CT_LABELS_OVERRIDE_BUNDLE_NAME=modelhouse 

...