Database table lang
Usage
The table lang contains all languages of the installation.
Language is a clientwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idlang | int(11) | Primary key (auto increment) |
name | varchar(255) | Name of the language |
active | tinyint(1) | Flag whether the language is active or not |
author | varchar(32) | Username of the creator |
created | datetime | Date and time of creation |
lastmodified | datetime | Date and time of last modification |
encoding | varchar(32) | Encoding of the language |
direction | char(3) | Specification of text direction (ltr or rtl) |
Generic DB information
ItemCollection | Item |
---|---|
cApiLanguageCollection | cApiLanguage |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.