private void appLanguage()
 {
     SetLang setlang = new SetLang();
     List<string> templang = setlang.SetCustomCreate();
     try
     {
         CCStep0 = templang[0];
         CCStep1 = templang[1];
         CCStep2 = templang[2];
         CCStep3 = templang[3];
         CCStep4 = templang[4];
         CCStep5 = templang[5];
         CCStep6 = templang[6];
         CCBack = templang[8];
         CCFront = templang[9];
         this.Title = templang[10];
         CCTip1.Content = templang[11];
         CCTip2.Content = templang[12];
         CCTip3.Content = templang[13];
         b1.Content = templang[14];
         b2.Content = templang[14];
         b3.Content = templang[14];
         b4.Content = templang[14];
         b5.Content = templang[14];
         b6.Content = templang[14];
         b7.Content = templang[14];
         b8.Content = templang[14];
         b9.Content = templang[14];
         b1_Copy.Content = templang[14];
         b2_Copy.Content = templang[14];
         b3_Copy.Content = templang[14];
         b4_Copy.Content = templang[14];
         b5_Copy.Content = templang[14];
         b6_Copy.Content = templang[14];
         b7_Copy.Content = templang[14];
         b8_Copy.Content = templang[14];
         b9_Copy.Content = templang[14];
         CustomNameCheck.Content = templang[15];
         CustomNameCheck_Copy.Content = templang[15];
         CCTip4.Content = templang[16];
         bCreate.Content = templang[17];
         CCChooseDirection.Content = templang[18];
         East.Content = templang[19];
         South.Content = templang[20];
         West.Content = templang[21];
         North.Content = templang[22];
         FloatErrorTitle = templang[23];
         FloatHelpFileCantFind = templang[24];
         FloatConfirm = templang[25];
         FloatCancel = templang[26];
     } catch (System.Exception) { /* throw; */ }
 }