private void appLanguage()
 {
     SetLang setlang = new SetLang();
     List<string> templang = setlang.SetTestfor();
     try
     {
         FloatHelpTitle = templang[0];
         FloatConfirm = templang[1];
         FloatCancel = templang[2];
         clearBtn.Content = templang[3];
         createBtn.Content = templang[4];
         checkBtn.Content = templang[5];
         copyBtn.Content = templang[6];
         TestforHelpStr = templang[8];
         this.Title = templang[9];
         atBtn.Content = templang[10];
         FloatErrorTitle = templang[11];
         FloatHelpFileCantFind = templang[12];
         rbTestfor.ToolTip = templang[13];
         rbExecute.ToolTip = templang[14];
         detectGpb.Header = templang[15];
         detectCheck.ToolTip = templang[16];
         x.ToolTip = templang[18];
         y.ToolTip = templang[19];
         z.ToolTip = templang[20];
         executeCmd.ToolTip = templang[21];
         itemSel.ToolTip = templang[22];
         x2.ToolTip = templang[23];
         y2.ToolTip = templang[24];
         z2.ToolTip = templang[25];
         blockData.ToolTip = templang[26];
         getBlockBtn.Content = templang[27];
         getBlockBtn.ToolTip = templang[28];
     } catch (System.Exception) { /* throw; */ }
 }