Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How can I add languages in edit tagging page in Tagging in AEM

Avatar

Level 3

As of now when we edit tag it gives us few option of languages in Localization while editing I want to add Few languages in it How can I achieve that?.

1 Accepted Solution

Avatar

Correct answer by
Level 3

Add languages in crx option tags languages if the languages is not present in libs/wcm/core/resources/languages then you can add the ootb languages for tagging and additional languages in at apps/wcm/resources/languages

View solution in original post

2 Replies

Avatar

Community Advisor

Hi,

You have to add more languages at /apps/wcm/core/resources/languages.

 

OOTB languages for tagging populate from the/libs/wcm/core/resources/languages node; you override the /libs/wcm/core/resources/languages node and add only additional languages at /apps/wcm/core/resources/languages similar to the languages in libs.

 

the logic is at /libs/cq/tagging/gui/components/tagedit/languagepicker/render.jsp 

 



Arun Patidar

Avatar

Correct answer by
Level 3

Add languages in crx option tags languages if the languages is not present in libs/wcm/core/resources/languages then you can add the ootb languages for tagging and additional languages in at apps/wcm/resources/languages