> ## 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.

# LanguageInfo table

> Information about languages, from ISO standards and related information

## LanguageInfo Table (210)

Information about languages, from ISO standards and related information

## Fields

| Name                      | Description                                            | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------ | ------------------------------- | :------: |
| LanguageInfo\_id          | Primary key                                            | PK                              |    No    |
| defaultLcid               | Language/culture id as a numeric .NET code             | Id                              |    No    |
| abbrev3                   | ISO 3-letter abbreviation                              | String(3)                       |    No    |
| abbrev2                   | ISO 2-letter abbreviation                              | String(2)                       |    No    |
| englishName               | English name of this language (Norwegian)              | String(254)                     |    No    |
| nativeName                | The native name of this language (Norsk Bokmål)        | String(254)                     |    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/LanguageInfo.png?fit=max&auto=format&n=d9iBlE_psINZNP59&q=85&s=9e82d276d2aebf7ef21daf195cb5f5a6" alt="LanguageInfo table relationship diagram" width="786" height="59" data-path="media/loc/en/database/tables/LanguageInfo.png" />

## Indexes

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

## Relationships

| Table                                        | Description                                                                              |
| -------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [associate](./associate)                     | Employees, resources and other users - except for External persons                       |
| [LanguageInfoCountry](./languageinfocountry) | Many-many link between countries and languages, to give intelligent choices for language |

## 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.
