posted 16 years ago
One example:
Removing an Unwanted Language (Abstract from the Liferay Book)
By default, Liferay supports all the following languages.
locales=ar_SA,ca_AD,ca_ES,zh_CN,zh_TW,cs_CZ,nl_NL,en_US,fi_FI,fr_FR,de_DE,el_GR,hu_HU,it_IT,ja_JP,ko_KR,fa_IR,pt_BR,ru_RU,es_ES,sv_SE,tr_TR,vi_VNIf
you want to support English, German and Chinese only, you can simply remove the unwanted locales, and your locales value looks like
this:
locales=en_US,de_DE,zh_CN