Foren

best way to translate pages content with LIFERAY

Nayrouz NZ, geändert vor 11 Jahren.

best way to translate pages content with LIFERAY

New Member Beiträge: 22 Beitrittsdatum: 27.12.12 Neueste Beiträge
hi, I wanna have 2 versions of my pages content: english and frensh, for customers, now I have the content in english.
In my portal pages I did create web content portlets/custom plugin portlets/theme embed portlet and I wanna translate all this to frensh.
how to do this ?
I read about portlet localization but it seemed a bit complicated to me since I am begginer with LR environement. how about create new pages with frensh content (portlets content)?
plz I need some clarifications. I appreciate ur help !
Oliver Bayer, geändert vor 11 Jahren.

RE: best way to translate pages content with LIFERAY

Liferay Master Beiträge: 894 Beitrittsdatum: 18.02.09 Neueste Beiträge
Hi,

it shouldn't be too hard if you've get the concepts once emoticon.

You don't have to create new pages for french content. Use the existing ones, navigate to manage pages, switch the language and inser the french page title. The same can be done while editing web contents (articles).

Take a look at the following wiki (translating liferay portal) to see how to change language keys for portlets.

HTH Oli
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: best way to translate pages content with LIFERAY

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
If you're just using Web Content portlet, Oliver's suggestion will be sufficient. If you developed your own portlet or using some other portlets, you'll have to customize the source code so it's internationalized.
Nayrouz NZ, geändert vor 11 Jahren.

RE: best way to translate pages content with LIFERAY

New Member Beiträge: 22 Beitrittsdatum: 27.12.12 Neueste Beiträge
Hitoshi Ozawa:
If you developed your own portlet or using some other portlets, you'll have to customize the source code so it's internationalized.



Hitoshi Ozawa plz can you explain more what do u mean by "customize the source code so it's internationalized"??
Thanks.
thumbnail
Prakash Khanchandani, geändert vor 11 Jahren.

RE: best way to translate pages content with LIFERAY

Expert Beiträge: 329 Beitrittsdatum: 10.02.11 Neueste Beiträge
Nayrouz NZ:
Hitoshi Ozawa plz can you explain more what do u mean by "customize the source code so it's internationalized"??
Thanks.


IMHO It simply means that you would have to customize your custom plugin portlet and include the following:
1) Language property files, one for English and the other for French for static content like button labels, title, heading, field labels etc.
2) If you allow the User to create some content in your portlet and want to display that in both French and English then you would have to modify your code to give the User option to enter French as well as English content, just like liferay does in web-content portlet.