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
Enumerator | Value | Comment |
---|---|---|
ENGLISH | 0 (0x00) | |
KOREAN | 1 (0x01) | |
FRENCH | 2 (0x02) | |
GERMAN | 3 (0x03) | |
CHINESE | 4 (0x04) | |
TAIWANESE | 5 (0x05) | |
SPANISH_SPAIN | 6 (0x06) | |
SPANISH_LATIN_AMERICA | 7 (0x07) |
Used in: