Upgrading Portlet Language Key Hooks

Upgrading Customization Plugins

Step 6 of 11

You can upgrade your portlet language key hooks to the new DXP version by following these steps:

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

    Here are the module folder structure’s main files:

  2. Copy your language properties files into module folder src/main/resources/content/.

  3. In your bnd.bnd file, specify OSGi manifest headers that target the portlet module’s resource bundle, but prioritize yours.

  4. Deploy your module.

Your portlet language key customizations are deployed in your new module on the new DXP version.