Hello everyone!
Such a problem when switching the language: only the last one in the list is switched, I can not understand what the problem is.
<form name="Lang_form" method="post" action="index.php"> <select onChange="lang_form()" name="new_language"> {section name=i loop=$lang_list} <option value="{$smarty.section.i.index}">{$lang_list[i]->description}</option> {/section} </select> </form>