novx
    Preparing search index...

    Interface OnLocaleChange

    translatable objects must implement this interface on order to get called about changes

    interface OnLocaleChange {
        onLocaleChange(locale: Locale): Observable<unknown>;
    }

    Implemented by

    Index

    Methods