Adding Arabic Language in TAG language selector dropdown | Community
Skip to main content
Level 6
February 22, 2023
Solved

Adding Arabic Language in TAG language selector dropdown

  • February 22, 2023
  • 1 reply
  • 942 views

Within this dropdown, I wanted to add Arabic language but was unable to do so.

 

I tried to overlay from /libs/wcm/core/resources/languages but it is also not working 

 

How to achieve this scenario

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 lukasz-m

Hi @ronnie09,

List of languages that are available for tags are stored under /content/cq:tags node in languages property. For Arabic language you will have to add ar value to that list, like that:

result

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
February 22, 2023

Hi @ronnie09,

List of languages that are available for tags are stored under /content/cq:tags node in languages property. For Arabic language you will have to add ar value to that list, like that:

result

Ronnie09Author
Level 6
February 23, 2023

@lukasz-m Thanks it worked