Translation of HTML Field Content

@mijan1373 I believe that this can be done using Jinja Api inside html.
Ex: <p>{{ _('Your String') }}</p>.

1 Like