OPEN_GRID API - v1.6.1
    Preparing search index...

    Interface LocaleChangeEvent

    화면 언어를 바꾼 이벤트(localeChange).

    Event fired when the display locale changes (localeChange).

    表示言語を変えたイベント(localeChange)。

    切换显示语言的事件(localeChange)。

    interface LocaleChangeEvent {
        locale: string;
        prev: string;
    }
    Index

    Properties

    Properties

    locale: string

    새 언어 id.

    The new locale id.

    新しい言語 id。

    新的语言 id。

    prev: string

    바뀌기 전 언어 id.

    The previous locale id.

    変わる前の言語 id。

    切换前的语言 id。