Tabs component's title/ cq:panelTitle is not getting translated. We have added translation rules.
Solved! Go to Solution.
Views
Replies
Total Likes
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>
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>
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.
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.
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.
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.
Views
Likes
Replies