Actuate Information Console configuration : Configuring the Information Console web application : Configuring Information Console locales

Configuring Information Console locales

<context root>\WEB-INF\localemap.xml contains the locales available to Information Console. Add locales to this file by using the same format as the existing locales. To see each locale in the file, search for one of the following strings:

<Locale

or:

<DisplayName>

Searching for <Locale places the cursor on the line having the ID for the locale. Searching for <DisplayName> places the cursor on the line having the descriptive name for the locale.

Typically, the locale names have the following syntax:

<language>_<country>

For example, ar_EG is Arabic (Egypt). A language spoken in multiple countries has multiple locale names for which the language code is the same and the country code has several values. For example, en_US is the locale for English (United States), en_AU is the locale for English (Australia), and en_BZ is the locale for English (Belize). Some countries have several locales, one for each language. For example, Canada has both en_CA for English (Canada) and fr_CA for French (Canada). You specify a default locale for a custom web application in <context root>\WEB-INF\web.xml


(c) Copyright Actuate Corporation 2011