Add variables in i18n label in Sightly HTML
Hi Team,
I wanted to insert values in i18n label, which I am using in the HTML code:
The label should be :
String <<DATE>> String <<PRICE>> EUR
here, date and Price are something, I wanted to use dynamically and wanted to populate in the i18n label. I had gone through the documentation but didn't find it helpful as if how I can make use of it.
In my HTML files, I use i18n keys as -
<p>${ 'organisation.componentgroup.component.element.description' @ i18n }</p>
If there is any syntax, where I can pass the values - please suggest it!