Dear Community,
I am using @i18n for Hindi language using hi.json .For general components and multi field components,it works fine.But for RTE it wont translated to Hindi.
${properties.questionAnswer @ i18n ,context='html'}
Please suggest me for json key and value.Is it contents html tags?
{
"<h2>Plans</h2>":"<h2>योजना</h2>"
}
OR
{
"Plans":"योजना"
}