How to call <cq:setContentBundle> tags for sightly component with basename attribute | Community
Skip to main content
New Participant
October 16, 2015
Solved

How to call <cq:setContentBundle> tags for sightly component with basename attribute

  • October 16, 2015
  • 1 reply
  • 1351 views

Hi All,

In our implementation we wanted values for i18n node would only be picked from i18n folder which is present inside our apps folder. For achieving this we have added basename attribute to content bundle tag call.

<cq:setContentBundle basename="pearson-dot-com"/> (in our global.jsp) . This approach I got from this forum lin http://www.wemblog.com/2011/12/how-to-use-multi-language-translation.html in comments section.

How can we do the same for sightly components?

Thanks!

Shehjad

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 Runal_Trivedi

Checkout this article - http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html#Internationalization

It explains how you can use internationalization concept in sightly components.

- Runal

1 reply

Runal_Trivedi
Runal_TrivediAccepted solution
New Participant
October 16, 2015

Checkout this article - http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html#Internationalization

It explains how you can use internationalization concept in sightly components.

- Runal