Solved
how to directly add i18n key in my htl code
Hi,
I need to use i18n key in my htl for a text. How can I add it?
I added "${authorprofile.followme.default @3164305,context='html'}" b/w div class its not working. How should I add it?
Thank you
Hi,
I need to use i18n key in my htl for a text. How can I add it?
I added "${authorprofile.followme.default @3164305,context='html'}" b/w div class its not working. How should I add it?
Thank you
Please try as below.
It will work in div also.
<div data-sly-test.default="${'authorprofile.followme.default' @ i18n}" />
Let me know if still any issue.
Hope that helps!!
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.