Difference between revisions of "JCM Table: dbo.LT Language"
From Sherlock Software
(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 |-...") |
(No difference)
|
Latest revision as of 17:27, 30 December 2021
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