Hello,
i want to create a cutsom multilanguage footer with a short note and a support Email in.
How do I do that the best way using the WebGUI?
I know the additional html section. Plain Text/Html I paste there works like a charm. But if I use multilang tags
<span class="multilang" lang="en">Text in en</span>
<span class="multilang" lang="ar">Text in ar</span>
it simply displays both strings.
How can I add this the simplest way?