diff --git a/Netch/Forms/SettingForm.cs b/Netch/Forms/SettingForm.cs index 0e231139..9936299f 100644 --- a/Netch/Forms/SettingForm.cs +++ b/Netch/Forms/SettingForm.cs @@ -323,6 +323,7 @@ namespace Netch.Forms Global.Settings.STUN_Server = stunServer; Global.Settings.STUN_Server_Port = stunServerPort; + Global.Settings.Language = LanguageComboBox.Text; #endregion