aravindS
04-11-2019
Hi,
How to get the i18n value for the property value.
i.e., ${properties.task} ----- taskName
${${properties.task} @i18n}
how to get value in html using htl.
Thanks in advance.
Shashi_Mulugu
MVP
Please refer to Documentation:
https://docs.adobe.com/content/help/en/experience-manager-htl/using/htl/expression-language.html#int...
You can use as ${properties.task @i18n} to get the i18n equivalent for a property
05-11-2019
Hi Shashi,
It is working as expected.. thank you