> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LanguageInfoCountry table

> Many-many link between countries and languages, to give intelligent choices for language

## LanguageInfoCountry Table (211)

Many-many link between countries and languages, to give intelligent choices for language

## Fields

| Name                      | Description                                                       | Type                                                  | Nullable |
| ------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------- | :------: |
| LanguageInfoCountry\_id   | Primary key                                                       | PK                                                    |    No    |
| languageId                | Key to language                                                   | FK [LanguageInfo](./languageinfo.mdx)                 |    No    |
| countryId                 | Key to country                                                    | FK [country](./country.mdx)                           |    No    |
| percentage                | Percentage of Country that speaks Language, 0 means we don't know | Short                                                 |    No    |
| official                  | 1: This is an official language; 2: it's not; 0: We don't know    | Enum [OfficialLanguage](./enums/officiallanguage.mdx) |    No    |
| lcid                      | Language/culture as a string, such as en-us or nb-no              | Id                                                    |    No    |
| isDefault                 | If 1, this is the default language for the country                | Bool                                                  |    No    |
| registered                | Registered when                                                   | UtcDateTime                                           |    No    |
| registered\_associate\_id | Registered by whom                                                | FK [associate](./associate.mdx)                       |    No    |
| updated                   | Last updated when                                                 | UtcDateTime                                           |    No    |
| updated\_associate\_id    | Last updated by whom                                              | FK [associate](./associate.mdx)                       |    No    |
| updatedCount              | Number of updates made to this record                             | UShort                                                |    No    |
| isBuiltIn                 | Has this row been inserted by SuperOffice priming data            | UShort                                                |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/d9iBlE_psINZNP59/media/loc/en/database/tables/LanguageInfoCountry.png?fit=max&auto=format&n=d9iBlE_psINZNP59&q=85&s=923b3bb1dcddfc98a50a44b598a53eea" alt="LanguageInfoCountry table relationship diagram" width="723" height="700" data-path="media/loc/en/database/tables/LanguageInfoCountry.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                          | Description                                                             |
| ------------------------------ | ----------------------------------------------------------------------- |
| [associate](./associate)       | Employees, resources and other users - except for External persons      |
| [country](./country)           | Country information                                                     |
| [LanguageInfo](./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.
