Table

cm_co_localizations

Description

Per-CO text localizations

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

co_id

integer, foreign key

CO Record ID

cm_cos:id

 

lkey

varchar(40)

Text key

Corresponds to key in $cm_texts (lang.php)


language

varchar(16)

Language rendering for this key

Corresponds to $cm_lang (lang.php)

 

text

varchar(256)

Localization to replace the default text

 

 

  • No labels