52. Internationalization in touch dialog box in AEM.

Опубликовано: 09 Октябрь 2024
на канале: AEM and Devops Tutorial
7,545
53

Internationalization in touch dialog box in AEM. : In this video we will internationalize the filelabels in touch ui dialog box of AEM.

We have dialog box in hero component, where we have 2 fieldlabels. To translate these field labels, we need to use internatinalization. To achieve this we can use a concept of internationalization i18n.

There are 3 steps to achieve this:
1) Create i18n node of type sling:folder.

2) Create node with name as language code(ISO code) of the language.Ex: fr for french and de for germany. Add 2 properties in this node. jcr: language and it's value of language code and add mixin type as mix:language.

3) Create child node of type sling:messageEntry with property sling:message which should have fieldlabel in the different languages.



share, support, like and subscribe
Subscribe : https://www.youtube.com/channel/UC5Lc...
LinkedIn :   / pankaj-ch.  .
Facebook :   / pankajchhatri  
Twitter :   / pankajchhatri  
Google plus : https://plus.google.com/u/0/+pankajch...

About : AEM/CQ5 tutorial is a youtube channel which helps you to learn AEM concepts theoretically as well as practically.