Here are the steps for upgrading a core language key hook to Liferay DXP 7.1.
-
Create a new module based on the Blade sample
resource-bundle
in Gradle or Maven.Here are the main parts of the module folder structure:
src/main/java/[resource bundle path]
→ Custom resource bundle class goes heresrc/main/resources/content
Language.properties
Language_xx.properties
- …
-
Copy all your plugin’s language properties files into the module folder
src/main/resources/content/
.
Your core language key customizations are deployed to Liferay DXP 7.1.
Related Topics
Overriding Global Language Keys
Upgrading Portlet Language Key Hooks