pub type LocalizedText = HashMap<String, String>;
A map between languages and the associated content in that language.
struct LocalizedText { /* private fields */ }