LANGUAGEDS

Each row of this table contains the language-dependent information for a particular language.

Column Descriptions:

NameTypeDescription
LANGUAGE_IDINTEGER NOT NULLThe language ID for the language used for the description. For a list of language components (language ID codes), see the LANGUAGE table.
DESCRIPTIONVARCHAR (254) NOT NULLThe description of the language that is displayed in a graphical user interface, which manages supported languages for a StoreEntity.
LANGUAGE_ID_DESCINTEGER NOT NULLThe language ID of the language that is being described.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>LANGUAGE_ID_DESC+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_416LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_417LANGUAGE_ID_DESCLANGUAGELANGUAGE_IDCascade