Expired
here is how i solved this:
<?php if(ICL_LANGUAGE_CODE==’en’): ?>
You are here:
<?php elseif(ICL_LANGUAGE_CODE==’it’): ?>
Tu sei qui:
<?php elseif(ICL_LANGUAGE_CODE==’de’): ?>
Du bist hier:
<?php elseif(ICL_LANGUAGE_CODE==’ro’): ?>
Te afli aici:
<?php endif;?>