Hi,
I have this in my template :
lang : <!--V 'CONFIG:L10N_DEFAULT_LANGUAGE'/-->
${v 'LANG:cb_logo'/}
${b 'LANG:cb_logo:nl'}
<img src="images/cb_logo_nl.gif" alt="Header image" width="235"
height="63" border="0" />
${/b}
${b 'LANG:cb_logo:fr'}
<img src="images/cb_logo_fr.gif" alt="Header image" width="235"
height="63" border="0" />
${/b}
and in config-base.xml :
<param name="L10N_DEFAULT_LANGUAGE">fr</param>
this is my output :
lang : fr ${v 'LANG:cb_logo'/}
any ideas why this is not working ?
Also, how do I set the language myself ? I don't think I can set the
parameter in an element, do I ? I will have to do this myself using the
OGNL tag ?
Thanks a lot,
Henk
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users