Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Naming Conventions for .properties File

Naming Conventions for .properties File

When you add multilingual support for Process Central configuration, forms and tasks, 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

0 COMMENTS

We’d like to hear from you!