Open myniva opened 10 years ago
For all localizable contents of a resource (title, description, coverage & rights) there should be a get-all-method like Map<Language, String> getTitles().
Map<Language, String> getTitles()
Otherwise it's very circuitous to get all the localized information out of the resource.
For all localizable contents of a resource (title, description, coverage & rights) there should be a get-all-method like
Map<Language, String> getTitles()
.Otherwise it's very circuitous to get all the localized information out of the resource.