Table languages
Description
Stores settings for the languages which are set up, thus enabling multi-language support.
Table Details
Columns
| Field | Type | Description |
| id | int(10) unsigned | A unique, auto incremented value, to identify each languages record. |
| name | varchar(64) | The name of the language. |
| code | char(2) | The two character ISO code of the language. |
Indexes
| Field | Type |
| id | PRIMARY |
