Hi everyone, I'm using Chronoform's multilingual system, but I'm having an issue with the syntax when trying to include variable data within a string to be translated. For example, I want to write something like
'hello {data:name} thanks for writing...
',
and I tried writing it as
{l:hello {data:name} thanks for writing...}
,
but it's not working. Can someone tell me what the correct syntax is for this case?
Thank you in advance for your help and support!