Class: Translation

A text representation that provides content in a specific language, used for multilingual support

URI: [odm:class/Translation](https://cdisc.org/odm2/class/Translation)
erDiagram
Translation {
    string language  
    string value  
}



## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [language](../slots/language.md) | 1
[String](../types/String.md) | The language of the translation | direct | | [value](../slots/value.md) | 1
[String](../types/String.md) | The translated text | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [TranslatedText](../classes/TranslatedText.md) | [translations](../slots/translations.md) | range | [Translation](../classes/Translation.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | odm:Translation | | native | odm:Translation | | exact | odm:TranslatedText, sdmx:InternationalString | ## LinkML Source ### Direct
name: Translation
description: A text representation that provides content in a specific language, used
  for multilingual support
from_schema: https://cdisc.org/dds
exact_mappings:
- odm:TranslatedText
- sdmx:InternationalString
attributes:
  language:
    name: language
    description: The language of the translation
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - Translation
    range: string
    required: true
  value:
    name: value
    description: The translated text
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - Translation
    - Parameter
    - Timing
    range: string
    required: true
### Induced
name: Translation
description: A text representation that provides content in a specific language, used
  for multilingual support
from_schema: https://cdisc.org/dds
exact_mappings:
- odm:TranslatedText
- sdmx:InternationalString
attributes:
  language:
    name: language
    description: The language of the translation
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Translation
    domain_of:
    - Translation
    range: string
    required: true
  value:
    name: value
    description: The translated text
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Translation
    domain_of:
    - Translation
    - Parameter
    - Timing
    range: string
    required: true