pub fn language(name: &str) -> Option<Box<dyn Language>>
Returns the language with the specified name, if any.