Home › Forums › Back End › [php] html "lang" attribute if statement › Reply To: [php] html "lang" attribute if statement
March 27, 2017 at 1:43 am
#253197
Participant
<?php if(ICL_LANGUAGE_CODE=='en'): ?>
---do something---
<?php elseif(ICL_LANGUAGE_CODE=='it'): ?>
---do something else--
<?php endif; ?>