Hi,
you can edit sf-header.php and modify the code
if ($show_translation) {
$aux_links_output .= '<li class="parent aux-languages"><a href="#">'. __("Language", "swiftframework") .'</a>'. "\n";
$aux_links_output .= '<ul id="header-languages" class="sub-menu">'. "\n";
if (function_exists( 'language_flags' )) {
$aux_links_output .= language_flags();
}
$aux_links_output .= '</ul>'. "\n";
$aux_links_output .= '</li>'. "\n";
}
according to your liking. If you need detailed help I’d recommend hiring a developer of your trust to help you with it 🙂
All the best!