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