Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | DSPs and building output templates | Using Output Templates to Format Service Output | The localeID Value
 
The localeID Value
 
For More Information
When you publish localized DSPs and templates to Integration Server, they must reside in directories that correspond to the appropriate locales. The localeID value represents the locale in the following directory path:
     Integration Server_directory \packages\orders\pub\localeID\
The localeID value corresponds to the language code and country code of the locale as defined in RFC 3066 by the W3C. The syntax of the localeID is as follows:
    languagecode-COUNTRYCODE
where:
languagecode
Is the language code as defined by ISO-639. This value must be lowercase.
COUNTRYCODE
Is the country code as defined by ISO-3166. This value must be uppercase.
If this value is not supplied at run time, Integration Server uses the language code only. If the language code is not supplied, then the default DSP or template (if present) is displayed in the browser.
You can also have a localeID that is less specific by using the language code only. For examples, see the following table.
This localeID...
Represents...
en-US
English as used in the United States
en-GB
English as used in the United Kingdom
en
English, non-country specific
ja-JP
Japanese as used in Japan
ja
Japanese, non-country specific
fr-CA
French as used in Canada