Hi,
Does someone know how to deal with f:translate ViewHelper? I tried to emulate it but I didn't find a way to make it work.
What I want to do is to call this VH in a pattern like this <f:translate key="{myKey}">My value</f:translate>. The HTML output should be My value (without any tag).
Thanks.
Hi,
Does someone know how to deal with
f:translateViewHelper? I tried to emulate it but I didn't find a way to make it work.What I want to do is to call this VH in a pattern like this
<f:translate key="{myKey}">My value</f:translate>. The HTML output should beMy value(without any tag).Thanks.