midorable
    Preparing search index...

    Interface SystemLocaleFeature

    interface SystemLocaleFeature {
        getLocale(): string;
        getTimeZone(): string;
    }
    Index

    Methods