Different templates for different languages

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
jsofocli

Different templates for different languages

Post 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
alby

Re: Different templates for different languages

Post 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
Locked

Return to “[locked] CMSMS MLE fork”