Posts

Showing posts with the label I18N support for custom plugin

Localized rich text editor support for custom plugin portlets

Internalization (I18N) Support for Liferay custom plugin content. Sometime client has a requirement is like to support multilingual for custom modules. In Requirement In custom portlet has a one from which will submit with different-different languages. Like Web content, Polls, Workflows in Liferay etc. When users view the submitted details or Client wants to showcase the submitted information to users based on user’s locales then the display portlets will automatically rendered into user’s selected locale (language).           How to support Internalization (I18N) to text field & Text Editors in custom portlets? ·            Liferay has implanted such functionality in Polls, Web contents, Pages creations time ... ·          Through <liferay-ui:input-localized > we can achieve for custom portlet also.       ...