Page 1 of 1

Different templates for different languages

Posted: Tue Nov 11, 2008 7:49 am
by jsofocli
Hello everyone,

  I have installed the mle-1.4.1-2.0 version and it is working great. I couldn’t imagine that it is so easy. ;D I have just one question. :-\ Is there a way of having different templates for different languages. For example I have a site that is on Greek and English. Is it possible to make one template for the Greek site and one for the English one?

I thank you all in advance

Re: Different templates for different languages

Posted: Tue Nov 11, 2008 8:07 am
by alby
jsofocli wrote:   I have installed the mle-1.4.1-2.0 version and it is working great. I couldn’t imagine that it is so easy. ;D


Good!



Is there a way of having different templates for different languages. For example I have a site that is on Greek and English. Is it possible to make one template for the Greek site and one for the English one?
No, because this is true ML

If your changed are cosmetic/style only see tip #6 or very little changed code:
{if $lang=="en_US"}
THIS is en_US
{elseif $lang="gr_GR"}
THIS is gr_GR
{else}
? languages?
{/if}
Other case, my advice is use tree languages way

Alby