Summary of the "translatelang_" fields in ListManager

Below table stores information about each translated language:

Primary key: TranslateLangID_

Field Name Description

Version Added

TranslateLangID_

An auto-incrementing ID field that uniquely identifies a record in this table (int, identity, NOT NULL)

Name

This is the language name in English (varchar(60), NOT NULL)

Path_

This is the relative path to the translated images directory (varchar(60, NOT NULL)

Desc_

A text description. Informational only (varchar(120, NULL)

CharSetID_

A reference to mimecharsets_, this defines the charset used by this language (int, NULL)