Language Table

Stores language information, including their English names, and various forms of language id.

Table 1. Database columns for Language table

Database Column

Details

LangCode3

Type: text (max 3 characters). Key

The three letter language code.

LangCode2

Type: text (max 2 characters). Nullable

The two letter language code.

EnglishName

Type: text (max 128 characters). Key

The english name of the language.

LocalName

Type: text (max 128 characters). Nullable

The name of the language, written in the local language.

MSLanguageID

Type: integer. Nullable

The Microsoft language id, as specified in winnt.h in the Platform SDK.