Not able to pick Translated Tags on translated page | Community
Skip to main content
New Participant
May 19, 2022
Solved

Not able to pick Translated Tags on translated page

  • May 19, 2022
  • 1 reply
  • 566 views

Hi All,

 

we have translated the tags via translation service and we we can see the translated jcr:title property for each language. The problem is that we are not able to pick up the translated tag title on the page for a specific language. Default tags shown in the tag selector is in english language.

 

how can i pick the translated tag on the page? 

is this right to say that the tags are handled automatically by the tag engine by identifying the page language? if this is the case then the tag engine is not able to identify the language on the pages that we have created.

 

Any help is appreciated. Thanks

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 arunpatidar

Hi,

Since the page component is common and the tag selector can have a rootPath property which also common.

You car try modifying the path from front end based on the language.

 

  • When user open a page property the code will check if this is English or other language
  • Modified the tagepicker properties to set rootpath for that language 

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
May 19, 2022

Hi,

Since the page component is common and the tag selector can have a rootPath property which also common.

You car try modifying the path from front end based on the language.

 

  • When user open a page property the code will check if this is English or other language
  • Modified the tagepicker properties to set rootpath for that language 
Arun Patidar