Database table lang

Usage

The table lang contains all languages of the installation.

Language is a clientwide ressource.

Table structure

Field nameField specificationComment / Explanation
idlangint(11)Primary key (auto increment)
namevarchar(255)Name of the language
activetinyint(1)Flag whether the language is active or not
authorvarchar(32)Username of the creator
createddatetimeDate and time of creation
lastmodifieddatetimeDate and time of last modification
encodingvarchar(32)Encoding of the language
directionchar(3)Specification of text direction (ltr or rtl)

Generic DB information

ItemCollectionItem
cApiLanguageCollectioncApiLanguage

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.