public static void SetMonthNames(string p_fullName1, string p_fullName2, string p_fullName3, string p_fullName4, string p_fullName5, string p_fullName6, string p_fullName7, string p_fullName8, string p_fullName9, string p_fullName10, string p_fullName11, string p_fullName12, string p_shortName1, string p_shortName2, string p_shortName3, string p_shortName4, string p_shortName5, string p_shortName6, string p_shortName7, string p_shortName8, string p_shortName9, string p_shortName10, string p_shortName11, string p_shortName12)
 {
     WordProcessingMergerPINVOKE.SetMonthNames__SWIG_2(p_fullName1, p_fullName2, p_fullName3, p_fullName4, p_fullName5, p_fullName6, p_fullName7, p_fullName8, p_fullName9, p_fullName10, p_fullName11, p_fullName12, p_shortName1, p_shortName2, p_shortName3, p_shortName4, p_shortName5, p_shortName6, p_shortName7, p_shortName8, p_shortName9, p_shortName10, p_shortName11, p_shortName12);
     if (WordProcessingMergerPINVOKE.SWIGPendingException.Pending)
     {
         throw WordProcessingMergerPINVOKE.SWIGPendingException.Retrieve();
     }
 }