Content¶
A Content block describes a generic piece of text in multiple languages.
{
"en": "Some text in English",
"fr": "Quelques textes en français"
}
| Property | Description | Type | Required |
|---|---|---|---|
| [lang] | Text in the main language specified in the container. | string | Yes |
| [iso] | Text in the iso language code specified. | string | No |