掲示板

Portlet Title Localization

thumbnail
12年前 に Nilesh Gundecha によって更新されました。

Portlet Title Localization

Regular Member 投稿: 205 参加年月日: 09/12/01 最新の投稿
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
12年前 に Hitoshi Ozawa によって更新されました。

RE: Portlet Title Localization

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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
12年前 に Nilesh Gundecha によって更新されました。

RE: Portlet Title Localization

Regular Member 投稿: 205 参加年月日: 09/12/01 最新の投稿
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....
12年前 に Mutahi Waruhiu によって更新されました。

RE: Portlet Title Localization

New Member 投稿: 1 参加年月日: 11/05/26 最新の投稿
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
12年前 に Dave Weitzel によって更新されました。

RE: Portlet Title Localization

Regular Member 投稿: 208 参加年月日: 09/11/18 最新の投稿
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
11年前 に Dmitry Sergeev によって更新されました。

RE: Portlet Title Localization

Junior Member 投稿: 34 参加年月日: 11/11/08 最新の投稿
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?