LocalizedAttributeMap

constructor(vararg attributes: Triple<String, Locale, String>)

Uses a list of triples: attribute name, locale, value


constructor(attributes: Map<String, Map<Locale, String>>)