Foros de discusión

language file in plugin portlet

Jigar N Gajjar, modificado hace 13 años.

language file in plugin portlet

Junior Member Mensajes: 71 Fecha de incorporación: 25/12/09 Mensajes recientes
Hi,
i have created plugin portlet but not able to specify lanauge property file for that porlet, i need to use language-ext file, do i need to use language-ext file or i can define my language file for my newly created portlet

Thanks
Jigar Gajjar.
thumbnail
Sandeep Nair, modificado hace 13 años.

RE: language file in plugin portlet

Liferay Legend Mensajes: 1744 Fecha de incorporación: 6/11/08 Mensajes recientes
Hi,

You can create your own language. Add these lines in portlet.xml of your plugin portlet

<resource-bundle>content.Language</resource-bundle> just after supports tag

Create a folder named content in src folder and place your Language.properties

Regards,
Sandeep
Jigar N Gajjar, modificado hace 13 años.

RE: language file in plugin portlet

Junior Member Mensajes: 71 Fecha de incorporación: 25/12/09 Mensajes recientes
thanks sandeep it works