Returns the localized string for the given language code.
language
Falls back to English ("en") if the requested language is not found.
String? localize(String language) => _strings[language] ?? _strings["en"];