# Cultures: Twinfield Domain Cultures Lookup-table that translates code values of the domain 'Cultures' into descriptions. - Catalog: `Twinfield` - Schema: `CodeValues` - Label: Domain Cultures Example: The code value 'cs-CZ' means 'čeština (Česká republika)'. - Retrieve: True ## View Columns The columns of the view `Cultures` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `code` | `varchar2(240)` | Code | ☑ | Unique code within the domain. | | `description` | `varchar2(4000)` | Description | ☐ | Meaning of the unique code within the domain. | | `domain` | `varchar2(240)` | Domain | ☑ | Each domain defines a map of codes to values. | | `resource_code` | `varchar2(240)` | Resource Code | ☐ | Resource code for internationalization. | ## Values | Code | Description | |:---:|---| | `cs-CZ` | čeština (Česká republika) | | `da-DK` | dansk (Danmark) | | `de-DE` | Deutsch (Deutschland) | | `en-GB` | English (United Kingdom) | | `fr-FR` | français (France) | | `hu-HU` | magyar (Magyarország) | | `nl-NL` | Nederlands (Nederland) |