Interface MessageSystemContext

interface MessageSystemContext {
    locale?: string;
    timezone?: string;
}

Properties

Properties

locale?: string

The current system locale. Example: "en-US".

timezone?: string

The current timezone of the client.

MMNEPVFCICPMFPCPTTAAATR