Gets the localized name of the country
String getDisplayName(String locale) { return nameTranslations[locale] ?? name; }