In Language portlet I want to display only few language. Is it possible?
I have tried portal-ext.properties and added locale properties like below.
and I want to display language in combobox please provide solution.
我想要顯示以下語言。我是liferay中的新人。我正在使用liferay comunity版本6.2。 我不想添加任何額外的語言或語言環境。如何僅顯示少數語言liferay language portlet?
locales=en_US,de_DE
I have deleted database and create database and start again server. It show all the language.
My portal-ext.properties look like below.Please help me out.
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/liferay62?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=root
locales=en_US,de_DE
...如果你想通過portal-ext.properties進行配置,請使用'locales.enabled' – 2014-09-11 11:43:29
我已經在Language portlet上完成 - >點擊右上方的選項 - >配置 - >設置 - >語言 - >從當前語言中刪除可用語言。有用。對於下拉列表,我選擇顯示樣式 - >選擇框謝謝你的答案。感謝Olaf提供了其他建議。 – 2014-09-11 12:31:09