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

# 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/zNQa3AO19PFK63SB/media/loc/en/database/tables/LanguageInfo.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=0b029890aa71fb390cf50593c3012a13" 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.


## Related topics

- [LanguageInfoCountry table](/en/database/tables/languageinfocountry.md)
- [SuperOffice.WebApi.Data.LanguageInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.LanguageInfo.md)
- [Get Language Info List](/en/api/reference/restful/agent/list_agent/get-language-info-list.md)
- [Get Language Info](/en/api/reference/restful/agent/list_agent/get-language-info.md)
- [Get Installed Languages](/en/api/reference/restful/agent/list_agent/get-installed-languages.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
