Hi,
I have project specific i18N values under /apps/<project>/i18n.
in the html I am able to access it using the syntax ${'i18nKey' @ i18n}
but I am stuck on how to get it in JavaScript.
Solved! Go to Solution.
Views
Replies
Total Likes
Pls refer following article
http://hootcook.blogspot.com/2013/02/cq5-internationalization.html?m=1
Views
Replies
Total Likes
Pls refer following article
http://hootcook.blogspot.com/2013/02/cq5-internationalization.html?m=1
Views
Replies
Total Likes
CQ.I18n.get('i18nKey') is returning i18nKey instead of the value.
Views
Replies
Total Likes