Upgrading Customization Plugins
Step 5 of 11
Here are the steps for upgrading a core language key hook to the new DXP version.
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 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 the new DXP version.