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

# screen_definition_language table

> Custom language variables used for screens

## screen\_definition\_language Table (374)

Custom language variables used for screens

## Fields

| Name               | Description                                      | Type                                             | Nullable |
| ------------------ | ------------------------------------------------ | ------------------------------------------------ | :------: |
| id                 | Primary key                                      | PK                                               |    No    |
| screen\_definition | The screen-definition this element belongs to    | FK [screen\_definition](./screen-definition.mdx) |    Yes   |
| language           | Language \&apos;no\&apos;, \&apos;en\&apos;, etc | String(5)                                        |    Yes   |
| variable\_name     | Variable name                                    | String(255)                                      |    Yes   |
| variable\_value    | Variable value                                   | Clob                                             |    Yes   |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/screen_definition_language.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=9fc7ab8a60a57cc6ecb7cd58b16b1ade" alt="screen_definition_language table relationship diagram" width="631" height="59" data-path="media/loc/en/database/tables/screen_definition_language.png" />

## Indexes

| Fields             | Types | Description |
| ------------------ | ----- | ----------- |
| screen\_definition | FK    | Index       |

## Relationships

| Table                                     | Description           |
| ----------------------------------------- | --------------------- |
| [screen\_definition](./screen-definition) | A configurable screen |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [screen_definition table](/en/database/tables/screen-definition.md)
- [screen_definition_element table](/en/database/tables/screen-definition-element.md)
- [screen_definition_hidden table](/en/database/tables/screen-definition-hidden.md)
- [screen_definition_action table](/en/database/tables/screen-definition-action.md)
- [Screen definition](/en/ui/blogic/learn/screen-definition.md)
- [Has Screen Chooser](/en/api/reference/restful/rest/customobjectdefinition/has-screen-chooser.md)
