All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk7Main.common.Country.jvm.kt Maven / Gradle / Ivy

package io.fluidsonic.stdlib

import java.util.Locale as PlatformLocale


actual fun Country.name(locale: Locale): String =
	PlatformLocale("", code).getDisplayCountry(locale.toPlatform())


internal actual object Country_Static {

	actual val allCountryCodes: Set = PlatformLocale.getISOCountries().toHashSet()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy