View Single Post
  #1  
Old 05-22-2009, 10:58 AM
  abeight's Avatar 
abeight abeight is offline
 

X-Adept
  
Join Date: Nov 2003
Location: Cleveland, OH
Posts: 479
 

Default Language if statement

I'm working on a bi-lingual site (English/French) and need an if statement to display images based on which language is selected. I tried this but nothing shows up.

{if $shop_language eq EN}
Do Something
{elseif $shop_language eq FR}
Something Else
{else}
Something Else
{/if}

Version 4.1.11

Has anyone done this?

TIA!
__________________
~ Andrea Beight
Reply With Quote