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
Solved! Go to Solution.
Views
Replies
Total Likes
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]"
@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
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]"
@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.
Views
Likes
Replies
Views
Likes
Replies