OBJECT
ContentLanguage
Language(s) of the content of a work and/or of an original work of which it is a translation
link GraphQL Schema definition
- type ContentLanguage {
- # The country of the language's national variant, as used to distinguish between
- # Brazilian and Portuguese variants of the Portuguese language, for example.
- # A code from [ONIX code list 91](https://ns.editeur.org/onix/en/91), Country.
- ONIXCode :
- # The content language's unique internal identifier
- Int :
- # The content language. A code from [ONIX code list
- # 74](https://ns.editeur.org/onix/en/74), Language.
- ONIXCode! :
- # The code for the country of the language's national variant
- ONIXCountryCode :
- # The content language code
- ONIXLanguageCode! :
- # The code for the role of the language on a work
- ONIXLanguageRoleCode! :
- # The code for the script in which the language is represented
- ONIXScriptCode :
- # The role of the language on a work. A code from [ONIX code list
- # 22](https://ns.editeur.org/onix/en/22),
- # Language role
- ONIXCode! :
- # A code identifying the script in which the language is represented, from
- # [ONIX code list 121](https://ns.editeur.org/onix/en/121), Text script
- ONIXCode :
- }
link Require by
- CreateContentLanguagePayloadAutogenerated return type of CreateContentLanguage.
- DeleteContentLanguagePayloadAutogenerated return type of DeleteContentLanguage.
- UpdateContentLanguagePayloadAutogenerated return type of UpdateContentLanguage.
- WorkA unique item of intellectual property on which products are based