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