Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Not able to pick Translated Tags on translated page

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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