Code to display the option to select languages – vbulletin

<vb:if condition=”$show[‘languagechooser’]”>
<select name=”langid” onChange=”switch_id(this, ‘lang’)”>
<optgroup label=”{vb:rawphrase quick_language_chooser}”>
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>

Leave a Reply

Your email address will not be published. Required fields are marked *