Where is documentation for Liferay 7.1 new localization implementation?

thumbnail
Mirto Silvio Busico, modified 7 Years ago. Regular Member Posts: 240 Join Date: 1/18/12 Recent Posts

Hi all,

I found in this post https://community.liferay.com/forums/-/message_boards/message/98675567

 

Future Liferay 7.1 will add a new localization implementation using an additional table. (xml will be also available)

Where can I find any documentation, examples or anything else regarding localization in 7.1?

Especially for service builder

 

Thanks

 

thumbnail
Olaf Kock, modified 7 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

The DTD gives away something. Not sure if it's enough to explore it on your own, but it seems that the feature indeed made it into the release (I was not aware of it so far)

thumbnail
Mirto Silvio Busico, modified 7 Years ago. Regular Member Posts: 240 Join Date: 1/18/12 Recent Posts
thumbnail
Mirto Silvio Busico, modified 7 Years ago. Regular Member Posts: 240 Join Date: 1/18/12 Recent Posts

Seems that an implementation is in Journal application (https://github.com/liferay/liferay-portal/tree/master/modules/apps/journal )

Looking in https://github.com/liferay/liferay-portal/blob/master/modules/apps/journal/journal-service/src/main/java/com/liferay/journal/model/impl/JournalArticleLocalizationBaseImpl.java

I find:

* The extended model base implementation for the JournalArticleLocalization service. Represents a row in the "JournalArticleLocalization" database table, with each column mapped to a property of this class.

that seems an implementation of internationalization recorded in a separate table.

Looking  in the JournalArticleLocalization table, for an article il english/italian, I see the table in the screenshot below.

I'll go on investigating.