i am creating a custom portlet and trying to add some data to it. I want that data to be localized.
The code in jsp page is :
<liferay-ui:message key="yes" />
<liferay-ui:message key="hello-world" />
please find the screenshots attached.
as "yes" is predefined key word, i am getting it the language which i select. But "hello-world" is not the predefined key word. As mentioned, i have added it the Language_xx.properties file.
If i want to localize this hello-world, wat can be done.