UnitLanguageDto
languagestringrequired
Language code
Possible values: [nl, en, de]
singularstringrequired
Singular form of the unit in this language
Example:
hourpluralstringrequired
Plural form of the unit in this language
Example:
hoursUnitLanguageDto
{
"language": "nl",
"singular": "hour",
"plural": "hours"
}