x4js - v2.2.49
    Preparing search index...

    An event describing that the current language associated with a model has changed.

    interface IModelLanguageChangedEvent {
        newLanguage: string;
        oldLanguage: string;
        source: string;
    }
    Index
    newLanguage: string

    New language

    oldLanguage: string

    Previous language

    source: string

    Source of the call that caused the event.