Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

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

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

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>

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

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>

 

Avatar

Community Advisor

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.