AEMaaCS how to add languages[] for /content/cq:tags | Community
Skip to main content
New Participant
April 15, 2024
Solved

AEMaaCS how to add languages[] for /content/cq:tags

  • April 15, 2024
  • 4 replies
  • 846 views

Hi, we have a running AEMaaCS environment. We are trying to add languages[] into this path, /content/cq:tags, but it does not work.

What are some other ways we can update language String[]? to /content/cq:tags

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 sravs

If you are trying to update the property through code please add the below snippet in your /content/_cq_tags/.content.xml. Below snippet contains only the OOTB available languages.

 

languages="[en,de,es,fr,it,pt_br,zh_cn,zh_tw,ja,ko_kr]"
 

4 replies

EstebanBustamante
New Participant
April 18, 2024

@supportmember Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Esteban Bustamante
sravs
sravsAccepted solution
New Participant
April 16, 2024

If you are trying to update the property through code please add the below snippet in your /content/_cq_tags/.content.xml. Below snippet contains only the OOTB available languages.

 

languages="[en,de,es,fr,it,pt_br,zh_cn,zh_tw,ja,ko_kr]"
 
aanchal-sikka
New Participant
April 16, 2024

@supportmember 

 

Please add the additional languages at /apps/wcm/core/resources/languages

Aanchal Sikka
Shashi_Mulugu
New Participant
April 16, 2024

@supportmember when you said not working, can you explain how you tried to update? Are those languages already part of /libs/wcm/core/resources/languages