Expand my Community achievements bar.

SOLVED

how to get the i18 value for property value using htl.

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Level 4

Hi Shashi,

It is working as expected.. thank you