Fórum

Portlet Title Localization

thumbnail
Nilesh Gundecha, modificado 12 Anos atrás.

Portlet Title Localization

Regular Member Postagens: 205 Data de Entrada: 01/12/09 Postagens Recentes
Hi Friends,

I want to do localization in my application. And am using social-networking -portlet portlets (like Summary, Wall, Meetups, etc.) in my application.

On changing the language, the content inside these portlets are getting localised, but the portlet title do not. I have checked their source and found that they dont have any language resource bundle inside the social-networking-portlet plugin.

So I created one Language_ja.properties inside the social-networking-portlet\WEB-INF\class\content\. and configured in liferay-hook.xml as below -


<hook>
	<portal-properties>portal.properties</portal-properties>
	<language-properties>content/Language.properties</language-properties>
	<language-properties>content/Language_ja.properties</language-properties>
</hook>


Also added below configuration for every portlet in portlet.xml -

<resource-bundle>content/Language.properties</resource-bundle>


And below are my Language_ja.properties -


##
## Language settings
##

lang.dir=ltr
lang.line.begin=left
lang.line.end=right

javax.portlet.title.1_WAR_social-networking-portlet=概要
javax.portlet.title.2_WAR_social-networking-portlet=友人
javax.portlet.title.3_WAR_social-networking-portlet=ウォル
javax.portlet.title.4_WAR_social-networking-portlet=友達の活動
javax.portlet.title.5_WAR_social-networking-portlet=メンバ数
javax.portlet.title.7_WAR_social-networking-portlet=ミィートアップ
javax.portlet.title.8_WAR_social-networking-portlet=組織活動


But am still not able to get the Portlet Title in localized language. Can any one point me what I am doing wrong anywhere?? I suspect whether I am configuring title in Language_ja.properties in wrong way.. If so, please let me know the right way to do so??

Thanks and Regards,
Nilesh.
thumbnail
Hitoshi Ozawa, modificado 12 Anos atrás.

RE: Portlet Title Localization

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
This problem as well as other internationalization problems such as filling database with Japanese data has already been fixed in the Japanese version we are offering.
thumbnail
Nilesh Gundecha, modificado 12 Anos atrás.

RE: Portlet Title Localization

Regular Member Postagens: 205 Data de Entrada: 01/12/09 Postagens Recentes
Hitoshi Ozawa:
This problem as well as other internationalization problems such as filling database with Japanese data has already been fixed in the Japanese version we are offering.



Dear Hitoshi San,

Thanks for the reply. Request you to please let me know from where can I download the fixed social-networking-portlet.war file?? Is it available on Liferay.com under official plugins??

Also as you said that the problem of filling database with Japanese data is also fixed, Do we need any Source Code change for achieving this?? I mean I was under impression that setting up the database with character set encoding as UTF-8, will allow me to insert Japanese character.

Actually I am developing a Product with Japanese support. I would be glad if you could provide me some guidelines for making the product to support Japanese.

Thanks and Regards,

Nilesh.
Aikon Labs Pvt Ltd.,
Realizing Ideas....
Mutahi Waruhiu, modificado 12 Anos atrás.

RE: Portlet Title Localization

New Member Mensagem: 1 Data de Entrada: 26/05/11 Postagens Recentes
Hitoshi Ozawa:
This problem as well as other internationalization problems such as filling database with Japanese data has already been fixed in the Japanese version we are offering.



Is it at all possible then to access the language properties defined in the hook?, I have a scenario where I am developing several portlets for a client and I would like to centralise the language properties files in a hook. Is this possible?, if so how?
thumbnail
Dave Weitzel, modificado 12 Anos atrás.

RE: Portlet Title Localization

Regular Member Postagens: 208 Data de Entrada: 18/11/09 Postagens Recentes
can I ask a question about the title?
How did you ascertain that these are the right keys to use?
What entries do you have in your liferay-portlet.xml?

I am trying to work out the right way to refer to the key
I know it is prefixed by javax.portlet.title but is the rest:
<portlet-name>_WAR_<webappname>
where portlet-name comes from liferay-portlet.xml?

I have tried using the p_p_Id from a URL but to no avail (it was above format without an "-" characters.)

This area is badly documented IMHO wit h no real examples
thumbnail
Dmitry Sergeev, modificado 11 Anos atrás.

RE: Portlet Title Localization

Junior Member Postagens: 34 Data de Entrada: 08/11/11 Postagens Recentes
Dave Weitzel:

This area is badly documented IMHO wit h no real examples

Could you please show me one single area of Liferay that is documented well? Or just documented?