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

jvmMain.io.islandtime.locale.Locale.kt Maven / Gradle / Ivy

The newest version!
package io.islandtime.locale

actual typealias Locale = java.util.Locale

actual fun defaultLocale(): Locale = Locale.getDefault()
actual fun String.toLocale(): Locale = Locale.forLanguageTag(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy