I am using the below code for translate the English to other language through i18n
1 > ${"{0}" @i18n, format=[properties.questionAnswer],context='html'}
2 > ${properties.questionAnswer @ i18n, context='html'}
But this is not working for me.
When i am using the below code it is working fine for me
${"Hello World" @ i18n, context='html'}
So is there any way to use the i18n for RTE (Rich Text ).