PHP intl country code 2 chars to country name
问题 I'm triying to convert, using PHP, 2 characters country code (ISO 3166-1) to country names, or intl country codes, so I can translate the country name. Using Locale::getDisplayRegion needs locale codes for languages ( nl_NL ) and all I have is the 2 characters country code. I don't want to rely on Webservices, but I can think on the geoip extension (I can't find a solution using it anyway) Is there any way to get the 2 chars country code and convert it to localiced country name in PHP without