getCountryName

fun getCountryName(isoCode: String, locale: Locale): String

Returns the localized display name of a country

Return

the localized country name.

Parameters

isoCode

the ISO code of the country.

locale

the locale in which the country name should be localized.