Convenient getter for translation.
Returns a 'Unknown Country value if country code was not found.
'Unknown Country
String translation(String countryCode) => _localizedCountries[countryCode] ?? 'Unknown Country';