Tabs component's title/ cq:panelTitle is not getting translated. Please suggest. | Community
Skip to main content
Level 3
February 14, 2024
Solved

Tabs component's title/ cq:panelTitle is not getting translated. Please suggest.

  • February 14, 2024
  • 2 replies
  • 666 views

Tabs component's title/ cq:panelTitle is not getting translated. We have added translation rules.

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 salamswapnil

Hi @sangrampatil111 

Can you please post the entry for cq:panelTitle property in translation_rules.xml?

This is how we are doing it and it works.

<nodelist> <node path="/content"> <property name="cq:panelTitle" /> </node> </nodelist>

 

2 replies

salamswapnilCommunity AdvisorAccepted solution
Community Advisor
February 14, 2024

Hi @sangrampatil111 

Can you please post the entry for cq:panelTitle property in translation_rules.xml?

This is how we are doing it and it works.

<nodelist> <node path="/content"> <property name="cq:panelTitle" /> </node> </nodelist>

 

Raja_Reddy
Community Advisor
Community Advisor
February 14, 2024

Hi @sangrampatil111 

  1. Verify Translation Rules: Double-check that the translation rules are correctly set up and configured. Ensure that the translation rules are targeting the correct language and that the translation values are provided for the desired language.

  2. Check Language Configuration: Confirm that the language configuration is properly set up in AEM. Ensure that the desired language is enabled and available for translation.

  3. Language Copy Configuration: Ensure that the language copy configuration is correctly set up for the Tabs component. Check if the cq:panelTitle property is included in the language copy configuration and that it is set to be translated.

  4. Language Copy Synchronization: If the translation rules and language copy configuration are correctly set up, but the translation is still not working, try synchronizing the language copy. This can be done by going to the Language Copy console in AEM and selecting the appropriate language copy. Then, choose the "Synchronize" option to update the language copy with the latest translations.