Locales page text tc2
From TrinityCore Wiki
|
Back to world database list of tables.
The `locales_page_text` table
This table is used to provide localized clients with localized string for page_texts.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| entry | mediumint(8) | unsigned | PRI | NO | 0 | ||
| Text_loc1 | longtext | signed | YES | NULL | |||
| Text_loc2 | longtext | signed | YES | NULL | |||
| Text_loc3 | longtext | signed | YES | NULL | |||
| Text_loc4 | longtext | signed | YES | NULL | |||
| Text_loc5 | longtext | signed | YES | NULL | |||
| Text_loc6 | longtext | signed | YES | NULL | |||
| Text_loc7 | longtext | signed | YES | NULL | |||
| Text_loc8 | longtext | signed | YES | NULL |
Description of the fields
entry
This entry must be the same as page_text.entry and then the row will be used to provide localization support for this page_text record.
Text_loc
Translated content for page_text.text field for language X. See localization languages list to know which value to use for X.