private void appLanguage()
 {
     SetLang setlang = new SetLang();
     List<string> templang = setlang.SetTellraw();
     try
     {
         FloatConfirm = templang[0];
         FloatCancel = templang[1];
         clearBtn.Content = templang[2];
         createBtn.Content = templang[3];
         checkBtn.Content = templang[4];
         copyBtn.Content = templang[5];
         Title = templang[7];
         rbTitle.Content = templang[8];
         rbSubtitle.Content = templang[9];
         rbBook.Content = templang[10];
         rbSign.Content = templang[11];
         rbText.Content = templang[12];
         rbSelector.Content = templang[13];
         rbScore.Content = templang[14];
         tText.ToolTip = templang[15];
         tScoreboardName.ToolTip = templang[16];
         bAt.ToolTip = templang[17];
         Bold.Content = templang[18];
         Italic.Content = templang[19];
         Underline.Content = templang[20];
         Strikethorugh.Content = templang[21];
         Obfuscate.Content = templang[22];
         Insertion.Content = templang[23];
         gClickEvent.Header = templang[24];
         cCERunCmd.Content = templang[25];
         cCERunCmd.ToolTip = templang[26];
         cCESuggestCmd.Content = templang[27];
         cCESuggestCmd.ToolTip = templang[28];
         cCEOpenUrl.Content = templang[29];
         cCEOpenUrl.ToolTip = templang[30];
         cCEChangePage.Content = templang[31];
         cCEChangePage.ToolTip = templang[32];
         gHoverEvent.Header = templang[33];
         cHEShowText.Content = templang[34];
         cHEShowText.ToolTip = templang[35];
         cHEShowTextCode.ToolTip = templang[36];
         cHEShowItem.Content = templang[37];
         cHEShowItem.ToolTip = templang[38];
         bHEShowItem.ToolTip = templang[39];
         cHEShowEntity.Content = templang[40];
         cHEShowEntity.ToolTip = templang[41];
         tHEShowEntityName.ToolTip = templang[42];
         tHEShowEntityType.ToolTip = templang[43];
         tHEShowEntityUUID.ToolTip = templang[44];
         cHEShowAchevement.Content = templang[45];
         cHEShowAchevement.ToolTip = templang[46];
         bHEShowAchevement1.ToolTip = templang[47];
         bHEShowAchevement2.ToolTip = templang[48];
         tBookAuthor.ToolTip = templang[49];
         tBookTitle.ToolTip = templang[50];
         checkBookSigned.Content = templang[51];
         bGetNow.Content = templang[52];
         bGetNow.ToolTip = templang[53] + "\r\n" + templang[54];
         LineLabel.Content = templang[55];
         btnParaPre.Content = templang[56];
         btnParaNext.Content = templang[57];
         ParaNum.Content = "- " + templang[58] + "01" + templang[59] + " -";
         TellrawWarningStr = templang[60];
         FloatWarningTitle = templang[61];
         FloatErrorTitle = templang[62];
         FloatHelpFileCantFind = templang[63];
     }
     catch (System.Exception) { /* throw; */ }
 }