Foros de discusión

Localization not visible

David Knol, modificado hace 7 años.

Localization not visible

Junior Member Mensajes: 29 Fecha de incorporación: 19/06/15 Mensajes recientes
Hi,
I am using Liferay 7 and I've created a simple blade project, where I'm changing one .jsp file from original sources (so my project contains only one .jsp file). I'm using there a new language key, so I've added to my project "language_XX.properties" files (src/main/resources/content). Now I want to use that messages in my custom jsp page, so I have:

LanguageUtil.get(resourceBundle, "key")


Unfortunately it's not working (the result is "key" message). Why my properties files are not visible?