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

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

The newest version!
package io.islandtime.locale

import platform.Foundation.NSLocale
import platform.Foundation.currentLocale

actual typealias Locale = NSLocale

actual fun defaultLocale(): Locale = NSLocale.currentLocale
actual fun String.toLocale(): Locale = NSLocale(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy