jQuery Event Calendar API
    Preparing search index...

    Interface II18n

    Localization settings for text strings, date formats, and Moment.js configuration.

    interface II18n {
        dayNames: string[];
        dayNamesShort: string[];
        locale: string;
        moment?: any;
        monthNames: string[];
        monthNamesShort: string[];
        txt_errorLoading?: string;
        txt_GoToEventUrl: string;
        txt_loading: string;
        txt_next: string;
        txt_NextEvents: string;
        txt_noEvents: string;
        txt_prev: string;
        txt_SpecificEvents_after: string;
        txt_SpecificEvents_prev: string;
        txt_undefinedDate: string;
    }
    Index
    dayNames: string[]
    dayNamesShort: string[]
    locale: string
    moment?: any
    monthNames: string[]
    monthNamesShort: string[]
    txt_errorLoading?: string
    txt_GoToEventUrl: string
    txt_loading: string
    txt_next: string
    txt_NextEvents: string
    txt_noEvents: string
    txt_prev: string
    txt_SpecificEvents_after: string
    txt_SpecificEvents_prev: string
    txt_undefinedDate: string