Scolpy Posted August 27, 2009 Share Posted August 27, 2009 (edited) Hi! I want to make a languages conditions in header template(for this case, if someone chosen English language it's will import the LTR css file. else, if someone chosen Hebrew language it's will import the RTL css file). There is such a conditions? Thanks a lot Yonatan Levy Edited August 27, 2009 by Scolpy 0 Quote Link to comment Share on other sites More sharing options...
alain100 Posted September 29, 2009 Share Posted September 29, 2009 {if $language eq 'English'} Hello {else} Bonjour {/if} Works for me 0 Quote Link to comment Share on other sites More sharing options...
Scolpy Posted September 29, 2009 Author Share Posted September 29, 2009 {if $language eq 'English'}Hello {else} Bonjour {/if} Works for me Thanks a lot! 0 Quote Link to comment Share on other sites More sharing options...
saab Posted November 7, 2009 Share Posted November 7, 2009 Thank you man. 0 Quote Link to comment Share on other sites More sharing options...
webstyler Posted October 5, 2012 Share Posted October 5, 2012 any idea to how check if ">" or "<" ? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.