Using a Locale other than English (en_US)
(Redirected from Cannot set page names (using a locale other than en US))
en_US is the default locale, so if you choose to set "locales" in your portal-ext.properties without en_US, you must also specify a new default locale. You can do this by setting your "user.country" and "user.language" in your system-ext.properties.
So for example, if you want your portal to use en_GB instead of en_US, you must set:
portal-ext.properties
locales=en_GB
system-ext.properties
user.country=GB
user.language=en
Notes #
Be careful not to confuse language with locale. A list of valid locales can be found here: http://www.roseindia.net/tutorials/I18N/locales-list.shtml
5455 Views