ActiveVOS Designer User’s Guide

Naming Convention for a .properties File

When you add multilingual support for ActiveVOS Central configuration, request and task forms, you create a properties file for each language you want to support. There is one default file and other files with language codes:

MyPropertiesFile.properties:

This is typically the default file for en-US.

MyPropertiesFile_ISO639Name.properties:

For each language, you must add an underscore and a ISO 639.2 code for the representation of names of languages. Add the _language code and optional country code to the default file name. Country codes are the upper-case, two-letter codes as defined by ISO-3166.

Examples:

requestFormOperation.properties

requestFormOperation_fr.properties

requestFormOperation_de.properties

MyConfigFile.properties

MyConfigFile_zh_CN.properties