String getDisplayCountry(Locale locale) { final Map<String, String>? territory = _locales[locale.language]; return territory?[country] ?? ''; }