Skip to main content

UnitLanguageDto

languagestringrequired

Language code

Possible values: [nl, en, de]

singularstringrequired

Singular form of the unit in this language

Example: hour
pluralstringrequired

Plural form of the unit in this language

Example: hours
UnitLanguageDto
{
"language": "nl",
"singular": "hour",
"plural": "hours"
}