page_text_locale
The `page_text_locale` table
This table is used to provide localized clients with localized string for page_texts.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| ID | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
| locale | longtext | SIGNED | YES | NULL | |||
| Name | longtext | SIGNED | YES | NULL |
Description of the fields
ID
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.
Locale / locale
It is the language in which you want to make the translation.
You can choose from the following:
| ID | Language |
|---|---|
| 0 | enUS |
| 1 | koKR |
| 2 | frFR |
| 3 | deDE |
| 4 | zhCN |
| 5 | zhTW |
| 6 | esES |
| 7 | esMX |
| 8 | ruRU |
Name
Translated content for page_text.text field for language X.