收藏

    技术2022-05-19  17

     System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(global.SystemLanguage);

     

      MessageBox.Show(function.GetLanguageValue("OfficeOutLookAddIn.Resource.Resource_MsgBox_" + global.SystemLanguage, "UpdataWebService_Text_InputServerAdd"), function.GetLanguageValue("OfficeOutLookAddIn.Resource.Resource_MsgBox_" + global.SystemLanguage, "frmConfig_Caption_Caution"), MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

     

     

     

     

           cbbSystemLgCh.Caption = function.GetLanguageValue("OfficeOutLookAddIn.Resource.Resource_MenuBar_" + global.SystemLanguage, "cbbSystemLgCh") + " √";            cbbSystemLgEg.Caption = function.GetLanguageValue("OfficeOutLookAddIn.Resource.Resource_MenuBar_" + global.SystemLanguage, "cbbSystemLgEg");            SetControlCaption();


    最新回复(0)