Hello. I have figured out how to get rid of the repeating language bar by editing the languages_header.php.
PHP Code:
if ($lang_header_status->RecordCount() != 0) {
$lang_search_header= true;
}
I get rid of the if statement. And I turn off the template language header in the "layout control". Don't know if that is the best way to do it. Please advise. Thanks.