private void appLanguage()
 {
     SetLang setlang = new SetLang();
     List<string> templang = setlang.SetSpreadPlayer();
     try
     {
         FloatHelpTitle = templang[0];
         FloatConfirm = templang[1];
         FloatCancel = templang[2];
         atBtn.Content = templang[3];
         clearBtn.Content = templang[4];
         createBtn.Content = templang[5];
         checkBtn.Content = templang[6];
         copyBtn.Content = templang[7];
         this.Title = templang[9];
         SpreadPlayerMinRange.Content = templang[10];
         SpreadPlayerMaxRange.Content = templang[11];
         tabSPTeam.Content = templang[12];
         SpreadPlayerHelpStr = templang[13];
         FloatErrorTitle = templang[14];
         FloatHelpFileCantFind = templang[15];
     } catch (System.Exception) { /* throw; */ }
 }