interface MyCustomerSetLocaleAction {
    action: "setLocale";
    locale?: string;
}

Properties

Properties

action: "setLocale"
locale?: string

Value to set. Must be one of the languages supported by the Project.

Generated using TypeDoc