appleMain.net.codinux.i18n.platform.Platform.kt Maven / Gradle / Ivy
Go to download
Localizing language, country, unit and currency names and formatting numbers and dates for Kotlin Multiplatform with the data from Unicode CLDR project
The newest version!
package net.codinux.i18n.platform
import net.codinux.i18n.LanguageTag
internal actual object Platform {
actual val AvailableLocales: List =
AppleLocale.AvailableLocales
actual fun getSystemLocale(): LanguageTag =
AppleLocale.getDeviceLocale()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy