Documentation
    Preparing search index...

    Interface RESTPutApiLocaleResult

    interface RESTPutApiLocaleResult {
        locale: string;
        localeList?: string[];
        message?: string;
        status: "ok" | "error";
    }

    Hierarchy

    Index

    Properties

    locale: string

    Your locale

    localeList?: string[]

    List of locales in case you choose a wrong locale

    message?: string

    API message response

    status: "ok" | "error"

    The status of API response