JCM Table: dbo.LT Language

From Sherlock Software
Revision as of 17:27, 30 December 2021 by Sherlock (talk | contribs) (Created page with "===TABLE NAME: dbo.LT_Language=== Form language control table. {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || ID || smallint || Language id |-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TABLE NAME: dbo.LT_Language

Form language control table.

Col ID Name Data Type Description
1 ID smallint Language id
2 code varchar(10) Language code
3 Desc nvarchar(50) Description


Table Values:

ID code Desc
0 en-US English - United States
1 zh-CN Chinese - China



Back to JCM Database tables