The java com.liferay.portal.theme.ThemeDisplay.translate is a method in the Liferay Portal framework that is used to translate the text content based on the current user's language preference. This method translates the given text into the desired language, allowing for multi-lingual support in the portal application. It helps to provide a seamless user experience by displaying the content in the user's preferred language, enhancing accessibility and localization.
Java ThemeDisplay.translate - 21 examples found. These are the top rated real world Java examples of com.liferay.portal.theme.ThemeDisplay.translate extracted from open source projects. You can rate examples to help us improve the quality of examples.