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

  

posted @ 2016-08-19 18:02  罗锐原  阅读(301)  评论(0编辑  收藏  举报