Liferay 6.2 改造系列之十五:修改默认可用语言
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:
#
# Specify the locales that are enabled by default.
#
locales.enabled=ca_ES,zh_CN,en_US,fi_FI,fr_FR,de_DE,iw_IL,hu_HU,ja_JP,pt_BR,es_ES
修改为:
#
# Specify the locales that are enabled by default.
#
locales.enabled=zh_CN,en_US