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

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

There is a newer version: 0.3.1
Show newest version
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