Fórum

Portlet Configuratiuon LOOK and FEEL

sunil kumar, modificado 6 Anos atrás.

Portlet Configuratiuon LOOK and FEEL

New Member Postagens: 13 Data de Entrada: 28/03/17 Postagens Recentes
Hi all ,
I want to check/uncheck the "USE CUSTOM TITLE "check box in LOOK and FEEL setting of a portlet programmatically.

Actually i want to set title of a portlet specific to selected language, which is achieved by putting javax.portpet.title key in language files. But this is only successful when USE CUSTOM TITLE "check box in LOOK and FEEL setting is UNCHECKED.
if i select this checkbox Language Localization is only for single language ,its blank for another language.

I tried to unselect check box but didn't succeed , this is below code fro reference.
<portlet-preferences>
<preference>
<name>portlet-Setup-Use-Custom-Title</name>
<value>false</value>
</preference>
<preference>
<name>portlet-Setup-Title_en_US</name>
<value>ENGLISH</value>
</preference>
<preference>
<name>portlet-Setup-Title_ja_JP</name>
<value>JAPANESE</value>
</preference>
</portlet-preferences>
thumbnail
Andrew Jardine, modificado 6 Anos atrás.

RE: Portlet Configuratiuon LOOK and FEEL

Liferay Legend Postagens: 2416 Data de Entrada: 22/12/10 Postagens Recentes
Seems like this might be a precursor to another post: https://web.liferay.com/community/forums/-/message_boards/message/89995979