Solved
how to get the i18 value for property value using htl.
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.
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.
Please refer to Documentation:
You can use as ${properties.task @i18n} to get the i18n equivalent for a property
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.