Language¶
Lookup table for languages.
erDiagram
Language ||--o{ AnnotationCodeLocalizedDisplayName : "LanguageID"
Language ||--o{ AnnotationLabel : "LanguageID"
Fields¶
| Field | Type | Description |
|---|---|---|
| Code | string | 2 letter language code |
| ID | numeric | Internal ID for the Language entity (Primary Key) |
| Name | string | language name |
Referenced by¶
| Table | Column Name | Description |
|---|---|---|
| AnnotationCodeLocalizedDisplayName | LanguageID | Localized names of annotation codes for different languages |
| AnnotationLabel | LanguageID | Language specific labels and other text resources per annotation |