Adding the New Language as a Property to the locale.properties Files
To make the new language available in the Locale Selector drop-down list within Openspace, add the new language to all the locale.properties files.
The
locale.properties files are located in
\\CONFIG_HOME\tibcohost\adminenvironment-bpmenvironment-adminservername\datan\host\plugins\. See
Openspace Configuration Overview for more information.
Add the property to the locale.properties files in the following locations:
- com.tibco.openspace.login_n\resources\locale
- com.tibco.openspace.login_n\resources\openform\locale
- com.tibco.bpm.casemanagement_n\accessibility\locale
- com.tibco.bpm.casemanagement_n\accessibility\locale
- com.tibco.os.a11y.app_n\accessibility\webcomponentclient\locale
- com.tibco.os.data_n\resources\data\locale
- com.tibco.os.org_n\resources\org\locale
- com.tibco.openspace.adhoc.app_n\resources\adhoc\locale
- com.tibco.openspace.login_n\resources\locale
Add the property in the following format:
locale.n=locale_code where:
- n is an incremental number that increases each time you add a new language, for example locale.0, locale.1 and so on.
- locale key is the ISO standard language and country code combination, see Locales Overview.
For example, locale.1=en_GB.
Copyright © Cloud Software Group, Inc. All rights reserved.