Merge pull request #540 from HB9HIL/fix_lang_selection

This commit is contained in:
HB9HIL
2024-07-04 07:22:53 +02:00
committed by GitHub

View File

@@ -171,7 +171,7 @@
foreach ($existing_languages as $lang) {
$options[$lang['folder']] = $lang['name_en'];
}
echo form_dropdown('user_language', $options, $language['folder']);
echo form_dropdown('user_language', $options, $user_language);
?>
<small id="language_Help" class="form-text text-muted"><?= __("Choose Wavelog language."); ?></small>
</div>