How can I add languages in edit tagging page in Tagging in AEM | Community
Skip to main content
New Participant
November 1, 2022
Solved

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

  • November 1, 2022
  • 2 replies
  • 2768 views

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?.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by rohankalra

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

2 replies

rohankalraAuthorAccepted solution
New Participant
November 1, 2022

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

arunpatidar
New Participant
November 1, 2022

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