ClientLanguage

Client Version 1.12

Used in GMSurveyCurrentSurvey.dbc.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/external/client_language.wowm:2.

enum ClientLanguage : u8 {
    ENGLISH = 0;
    KOREAN = 1;
    FRENCH = 2;
    GERMAN = 3;
    CHINESE = 4;
    TAIWANESE = 5;
    SPANISH_SPAIN = 6;
    SPANISH_LATIN_AMERICA = 7;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
ENGLISH0 (0x00)
KOREAN1 (0x01)
FRENCH2 (0x02)
GERMAN3 (0x03)
CHINESE4 (0x04)
TAIWANESE5 (0x05)
SPANISH_SPAIN6 (0x06)
SPANISH_LATIN_AMERICA7 (0x07)

Used in: