mapLanguages
fun mapLanguages(transform: (Map.Entry<String?, LocalizedString.Translation>) -> String?): LocalizedString
Returns a new LocalizedString after applying the transform function to each language.
Returns a new LocalizedString after applying the transform function to each language.