/// <summary> /// Changes localized text and messages /// </summary> /// <param name="locale"></param> /// <param name="firstTime"></param> protected override void ChangeUILanguage(string locale) { base.ChangeUILanguage(locale); if (optionsDialog != null) { optionsDialog.ChangeUILanguage(locale); } }
/// <summary> /// Changes localized text and messages /// </summary> /// <param name="locale"></param> /// <param name="firstTime"></param> protected override void ChangeUILanguage(string locale) { base.ChangeUILanguage(locale); if (optionsDialog != null) { optionsDialog.ChangeUILanguage(locale); } statusForm.Text = Properties.Resources.BatchProcessStatus; }