> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/zNQa3AO19PFK63SB/media/loc/en/database/tables/LanguageInfoCountry.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=ca9f608a8bbb4fb966b39f71eeeea788" 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.


## Related topics

- [LanguageInfo table](/en/database/tables/languageinfo.md)
- [country table](/en/database/tables/country.md)
- [Enum values for OfficialLanguage](/en/database/tables/enums/officiallanguage.md)
- [Get Country](/en/api/reference/restful/rest/list_country/get-country.md)
- [Post Country](/en/api/reference/restful/rest/list_country/post-country.md)
