React Hookers - v6.3.0
    Preparing search index...

    Interface Locale

    The language tag and text direction.

    interface Locale {
        isRTL: boolean;
        locale: string;
    }
    Index

    Properties

    Properties

    isRTL: boolean

    true if right-to-left text direction must be used.

    locale: string

    The BCP47 locale.