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

# 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-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/screen_definition_language.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=281a85ec968c5bb6f2dade4f5f55eb68" 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.
