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