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