private void appLanguage()
 {
     SetLang setlang = new SetLang();
     List<string> templang = setlang.SetPotion();
     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];
         PotionNotSelect = templang[9];
         PotionClickMe = templang[10];
         PotionHelpStr = templang[11];
         this.Title = templang[12];
         PotionChooseEffect.Content = templang[13];
         PotionEffectName.Content = templang[14];
         PotionTime.Content = templang[15];
         PotionLevel.Content = templang[16];
         PotionTip.Content = templang[17];
         tabPotionEffect1.Content = templang[18];
         tabPotionEffect2.Content = templang[19];
         tabPotionEffect3.Content = templang[20];
         tabPotionEffect4.Content = templang[21];
         tabPotionEffect5.Content = templang[22];
         tabPotionEffect6.Content = templang[23];
         tabPotionEffect7.Content = templang[24];
         tabPotionEffect8.Content = templang[25];
         tabPotionEffect9.Content = templang[26];
         tabPotionEffect10.Content = templang[27];
         tabPotionEffect11.Content = templang[28];
         tabPotionEffect12.Content = templang[29];
         tabPotionEffect13.Content = templang[30];
         tabPotionEffect14.Content = templang[31];
         tabPotionEffect15.Content = templang[32];
         tabPotionEffect16.Content = templang[33];
         tabPotionEffect17.Content = templang[34];
         tabPotionEffect18.Content = templang[35];
         tabPotionEffect19.Content = templang[36];
         tabPotionEffect20.Content = templang[37];
         tabPotionEffect21.Content = templang[38];
         tabPotionEffect22.Content = templang[39];
         tabPotionEffect23.Content = templang[40];
         tabPotionEffect24.Content = templang[41];
         tabPotionEffect25.Content = templang[42];
         tabPotionA.Content = templang[43];
         tabPotionB.Content = templang[44];
         tabPotionTipArrow.Content = templang[45];
         tabPotionBUFFPotion.Content = templang[46];
         tabPotionAllHideParticles.Content = templang[47];
         tabPotionHasEnchant.Content = templang[48];
         tabPotionHasNL.Content = templang[49];
         tabPotionHasAttr.Content = templang[50];
         moreAttrBtn.Content = templang[51];
         PotionItemCount.Content = templang[52];
         PotionHideEffect.Content = templang[53];
         tabPotionEffect26.Content = templang[54];
         tabPotionEffect27.Content = templang[55];
         FloatErrorTitle = templang[56];
         FloatHelpFileCantFind = templang[57];
         BtnReadFavourite.Text = templang[58];
         BtnSaveFavourite.Text = templang[59];
         FloatSaveFileCantFind = templang[60];
         FloatFavouriteFileVersionOld = templang[61];
     } catch (Exception) { /* throw; */ }
 }