Description
This function returns the a name based on a country code.
Usage
$name = acfcs_country_i18n( 'nl' );
Return type
string
Return
'Netherlands'
Arguments
- (string) - $country_code (required)
The country code of the country you want to retrieve.
Defined in
inc/acfcs-i18n.php - line 13
Used in
- inc/acfcs-functions.php - line 211