LanguageInfoCountry Table (211)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Many-many link between countries and languages, to give intelligent choices for language
Fields
Name | Description | Type | Null |
---|---|---|---|
LanguageInfoCountry_id | Primary key | PK | |
languageId | Key to language | FK LanguageInfo | |
countryId | Key to country | FK country | |
percentage | Percentage of Country that speaks Language, 0 means we don't know | Short | |
official | 1: This is an official language; 2: it's not; 0: We don't know | Enum OfficialLanguage | |
lcid | Language/culture as a string, such as en-us or nb-no | Id | |
isDefault | If 1, this is the default language for the country | Bool | |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort | |
isBuiltIn | Has this row been inserted by SuperOffice priming data | UShort |
Indexes
Fields | Types | Description |
---|---|---|
LanguageInfoCountry_id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
country | Country information |
LanguageInfo | Information about languages, from ISO standards and related information |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- Replicate changes UP from satellites and travellers back to central.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.