Localized Feature
data class LocalizedFeature(p: BaseFeature, val language: String?, val names: List<String>, val terms: List<String>) : Feature
Data class associated with the Feature interface. Represents a localized feature.
I.e. the name and terms are specified in the given language.