Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
Pls refer following article
http://hootcook.blogspot.com/2013/02/cq5-internationalization.html?m=1
View solution in original post
CQ.I18n.get('i18nKey') is returning i18nKey instead of the value.
Views
Likes
Replies