Hi,
How can I use the multilang plugin to make simple translation separations inside PHP code such as:
<cms:if k_lang='en'><?php $title="M-ODU powered by Emerge "; ?></cms:if>
<cms:if k_lang='pt'><?php $title="M-ODU promovido por Emerge"; ?></cms:if>
This doesn't seem to work, it always gets me the 'pt' result for some reason!
Does this even make sense? Can I use translations inside <php> code?
Thanks!
How can I use the multilang plugin to make simple translation separations inside PHP code such as:
<cms:if k_lang='en'><?php $title="M-ODU powered by Emerge "; ?></cms:if>
<cms:if k_lang='pt'><?php $title="M-ODU promovido por Emerge"; ?></cms:if>
This doesn't seem to work, it always gets me the 'pt' result for some reason!
Does this even make sense? Can I use translations inside <php> code?
Thanks!