Liferay : Location of Language.properties
问题 I am following the learning path of Liferay in the docs. I am implementing the AlloyUI, However I got stocked because the docroot/WEB-INF/src/content/Language.properties is nowhere to be found in my package explorer, I have no content folder in my src . Any idea where can I find this? Thanks. 回答1: You don't give a lot of context, but content/Language.properties is the default location for the resource bundles in Liferay - probably you're either developing a portlet or a hook. As you say that