Expand my Community achievements bar.

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

Avatar

Level 6

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

4 Replies

Avatar

Community Advisor

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

Avatar

Community Advisor

@AEMWizard 

 

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


Aanchal Sikka

Avatar

Level 5

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]"
 

Avatar

Community Advisor

@AEMWizard 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