How to achieve internationalization using Sightly?
Hi Team,
How can I achieve internationalization in AEM6 using sightly framework? In JSP we write the below snippet -
<cq:setContentBundle source="page"/>
<fmt:message key="TextToBeDisplayedInDifferentLanguage"/>
Thanks,
AryA.