Fórum

Internationalization and Localization

Ishan Sahore, modificado 11 Anos atrás.

Internationalization and Localization

Junior Member Postagens: 56 Data de Entrada: 26/04/12 Postagens Recentes
Hi,

I am not able to convert the content of my webpage from english into other languages in the portlets which I have created. Is there a way by which I can do so? I specify the locale using the language protlet but it only works for the out of the box portlets. Content of portlets created by me does not change, it remains in english. Any help is appeciated.

Thanks,
Ishan
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: Internationalization and Localization

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Ishan Sahore:
I am not able to convert the content of my webpage from english into other languages in the portlets which I have created.


you're stuck. You didn't immediately start using language bundles from the get-go, so now you have to go back and backfill it in.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Internationalization and Localization

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
If you are using Liferay IDE, there was an option to create I18N properties file when creating a project.
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: Internationalization and Localization

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Even if the file is there, you still have to ensure you're not using hard-coded strings for your content.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Internationalization and Localization

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Following page offers the general idea. It's a little bit old and doesn't contain internationalization in Alloy UI which liferay currently uses.

https://blogs.oracle.com/mahipal/entry/how_to_i18n_and_l10n
Ishan Sahore, modificado 11 Anos atrás.

RE: Internationalization and Localization

Junior Member Postagens: 56 Data de Entrada: 26/04/12 Postagens Recentes
David H Nebinger:
Even if the file is there, you still have to ensure you're not using hard-coded strings for your content.



Hi,

I created the "portal-ext.properties" file in the location "liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23\webapps\ROOT\WEB-INF\classes".
Tell me if any entries in that file can help.
I couldn't find resource bundles.
Ishan Sahore, modificado 11 Anos atrás.

RE: Internationalization and Localization

Junior Member Postagens: 56 Data de Entrada: 26/04/12 Postagens Recentes
Hitoshi Ozawa:
If you are using Liferay IDE, there was an option to create I18N properties file when creating a project.



Hi, I am using Eclipse-Indigo IDE with liferay plugin to develop my portlets. I didn't come across any such option.
Where can I get any idea about this?
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Internationalization and Localization

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
New -> Liferay Project -> (Enter project name) and press Next -> Liferay MVC (check "Create custom portlet class" <- this is the important part! )
-> (Enter portlet class name) and press Next -> There should be "Create resource bundle file". Check that.
Ishan Sahore, modificado 11 Anos atrás.

RE: Internationalization and Localization

Junior Member Postagens: 56 Data de Entrada: 26/04/12 Postagens Recentes
Hitoshi Ozawa:
New -> Liferay Project -> (Enter project name) and press Next -> Liferay MVC (check "Create custom portlet class" <- this is the important part! )
-> (Enter portlet class name) and press Next -> There should be "Create resource bundle file". Check that.



Got the language.porperties file. But how do I go about it so that all my portlet content gets translated from one locale to another.
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: Internationalization and Localization

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
First you flush out your language bundle, putting in all the key/value pairs.
Then you modify all of your pages to refer to the language bundle rather than the hard-coded strings you have in there now.
Then you hire someone that speaks the language you want to support, and have them fill out the language bundle for that language, using your default bundle as the key.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Internationalization and Localization

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
I've already given an uri to a page explaining what you had to do in your portlet. Please read it.

https://blogs.oracle.com/mahipal/entry/how_to_i18n_and_l10n
asif aftab, modificado 10 Anos atrás.

RE: Internationalization and Localization

Regular Member Postagens: 123 Data de Entrada: 02/09/13 Postagens Recentes
Hi
This is my blog where I have written a program working on internationalization
http://liferayasif.blogspot.in/
Thanks
asif aftab