jvmMain.io.islandtime.locale.Locale.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-metadata Show documentation
Show all versions of core-metadata Show documentation
A multiplatform library for working with dates and times
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