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