Upgrading Core Language Key Hooks

Upgrading Customization Plugins

Step 5 of 11

Here are the steps for upgrading a core language key hook to Liferay DXP 7.2.

  1. Create a new module based on the Blade sample resource-bundle project (Gradle or Maven).

    Here are the main parts of the module folder structure:

    • src/main/java/[resource bundle path] → Custom resource bundle class goes here
    • src/main/resources/content
      • Language.properties
      • Language_xx.properties
  2. Copy all your plugin’s language properties files into the module folder src/main/resources/content/.

  3. Create a resource bundle loader.

  4. Deploy your module.

Your core language key customizations are deployed to Liferay DXP 7.2.

« Upgrading Service Wrapper HooksUpgrading Portlet Language Key Hooks »
Was this article helpful?
0 out of 0 found this helpful