Language Conditional
<?php if (get_bloginfo('language')=='en-US'){ ?> The english text <?php } else { ?> Other Languages text <?php } ?>