How to detect the active language in Joomla 1.5 Published by admin on 23 Apr ’13 <?php $lang = &JFactory::getLanguage(); if ($lang->get('tag')=="en-GB") { ?> Some HTML here... <?php } ?> Published inCodingJoomla codegetJoomfishJoomlalanguage