nativeMain.de.comahe.i18n4k.Locale.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of i18n4k-core Show documentation
Show all versions of i18n4k-core Show documentation
i18n4k is a multiplatform (JVM, JS, native) library and code generator for Kotlin to handle internationalisation (i18n) in your program.
package de.comahe.i18n4k
import kotlinx.collections.immutable.ImmutableMap
actual typealias Locale = DefaultLocaleImpl
actual fun createLocale(
language: String,
script: String?,
country: String?,
variant: String?,
extensions: Map?
) = createDefaultLocaleImpl(language, script, country, variant, extensions)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy