creature_text_locale
This is the localization table of
creature_text
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| CreatureID | int | unsigned | PRI | NO | 0 | ||
| GroupID | tinyint | unsigned | PRI | NO | 0 | ||
| ID | tinyint | unsigned | PRI | NO | 0 | ||
| Locale | varchar(4) | PRI | NO | ||||
| Text | mediumtext | YES | NULL | ||||
Description of fields
CreatureID
This entry must be the same as creature_text.CreatureID and then the row will be used to provide localization support for this creature record.
GroupID
This entry must be the same as creature_text.GroupID and then the row will be used to provide localization support for this creature record.
ID
This entry must be the same as creature_text.ID and then the row will be used to provide localization support for this creature record.
Locale
| Value | Locale |
|---|---|
| deDE | German |
| esES | Spanish |
| esMX | Spanish (Latin American) |
| frFR | French |
| itIT | Italian |
| koKR | Korean |
| ptBR | Portuguese |
| ruRU | Russian |
| zhCN | Chinese (China) |
| zhTW | Chinese (Taiwan/Traditional) |
Text
Translated content for creature_text.Text
