Freigeben über


CatalogLanguageMap Table

The CatalogLanguageMap table contains information about the language map that is used in the catalogs.

The following table describes the columns in the CatalogLanguageMap table.

Column name

Type

Allow null

Description

Language

nvarchar(10)

no

The language that is used in the catalog. This is a primary key.

LCID

int

yes

The language code ID.

Collation

nvarchar(50)

yes

The SQL language collation that is used.

See Also

Other Resources

Database Tables for the Catalog System

Catalog System Database Tables