• Hello

    I’m Working in Dual Languages website [Ar/En].
    I want to show some content of header and footer depend on language.
    i used this code in header/footer but it’s not working.

    <?php
    if(ICL_LANGUAGE_CODE=='ar'){ ?>
    Arabic Content
    <?php }
    if(ICL_LANGUAGE_CODE=='en'){ ?>
    English Content
    <?php } ?>

    This won’t work with me, i need help with this, any idea?
    Thank You

  • The topic ‘ICL_LANGUAGE_CODE’ is closed to new replies.