pub type LocalizedString = HashMap<Language, String>;
struct LocalizedString { /* private fields */ }