AEM 6.5 default microsoft translator - Only a few components are getting translated | Community
Skip to main content
New Participant
January 8, 2020
Solved

AEM 6.5 default microsoft translator - Only a few components are getting translated

  • January 8, 2020
  • 2 replies
  • 3977 views

I have observed that whenever I use the ./text as a property value to fetch the data from cq:dialog then only the Microsoft translator is able to translate the text data in different languages, but if I change the property value to ./headText or anything else then that text data value it is not getting translated.

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 leoberliant

Here is a helpful video on how to set up translation rules and add you custom components:

 

https://docs.adobe.com/content/help/en/experience-manager-learn/sites/translation/translation-rules-editor-technical-video-setup.html

2 replies

leoberliantAccepted solution
Employee
January 8, 2020

Here is a helpful video on how to set up translation rules and add you custom components:

 

https://docs.adobe.com/content/help/en/experience-manager-learn/sites/translation/translation-rules-editor-technical-video-setup.html

New Participant
January 9, 2020
After configuring the cq:dialog property value in translation configuration it is working fine but when I included the content through a html tag or through a JS then the translator is not able to translate
New Participant
June 27, 2022

Hi Rahul, were you able to fix your issue, if so can you let me know what have you done to resolve your issue, I am having the similar kind of issue . thanks in advance.

Dipti_Chauhan
New Participant
January 8, 2020

Have you added your property<helpText> in translations_rule.xml file?

If you are using 6.4+, you can add those via : [SERVER_URL]libs/cq/translation/translationrules/contexts.html

 

 

 

New Participant
January 8, 2020

It is working, Is there any way to translate the dynamic content?