CountryUtils
Functions
Link copied to clipboard
Link copied to clipboard
fun getCountryByCode(countryCode: CountryCode?, currentLocale: Locale): Country?
Content copied to clipboard
Link copied to clipboard
fun getCountryCodeByName(countryName: String, currentLocale: Locale): CountryCode?
Content copied to clipboard
Link copied to clipboard
fun getDisplayCountry(countryCode: CountryCode, currentLocale: Locale): String
Content copied to clipboard
Link copied to clipboard