commonMain.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
package io.islandtime.locale
/**
* A locale.
*
* On the JVM, this maps to `java.util.Locale`. On Apple platforms, this maps to `NSLocale`.
*/
expect class Locale
/**
* Get the current [Locale].
*/
expect fun defaultLocale(): Locale
internal expect fun localeOf(identifier: String): Locale
© 2015 - 2025 Weber Informatics LLC | Privacy Policy