April 27, 2020
Estimated Post Reading Time ~

How to manage the i18 translation in AEM

This post will explain how to manage the i18 translation in Adobe CQ5 (AEM)

The translator.html can be used to manage the i18 translation for different languages.
http://localhost:4502/libs/cq/i18n/translator.html (Author)



Here you can add/delete modify keys and language values.

Whenever we perform any operation the same can be viewed from CRXDE – under the language node created as part of the first step.

The i18 keys can be replicated to publisher in different ways as mentioned below.
· Manually creating the i18 nodes in publisher
· Creating the package from author and deploying it to publisher
· Replicating the nodes through tree activation
Login to treeactivation.html - http://localhost:4502/etc/replication/treeactivation.html



Select the node that needs to be replicated and activate

Selected nodes will be replicated to publisher


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.