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

jvmMain.com.vanniktech.locale.Locales.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 Locales {
  actual fun currentLocaleString(): String = Locale.getDefault().toString()

  actual fun currentLocaleStrings() = listOf(currentLocaleString())
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy