string|null
getCountryName(string $country, string $displayLocale = null)
Returns the name of a country.
Parameters string $country A country code (e.g. "US") string $displayLocale Optional. The locale to return the name in Defaults to {@link \Locale::getDefault()}. Return Value string|null The name of the country or NULL if not found