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

jvmMain.com.vanniktech.locale.Countries.kt Maven / Gradle / Ivy

The newest version!
package com.vanniktech.locale

import java.util.Locale

@Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
actual object Countries {
  actual fun currentCountryCode(): String? = Locale.getDefault().country
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy