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

commonMain.net.codinux.i18n.platform.Platform.kt Maven / Gradle / Ivy

package net.codinux.i18n.platform

import net.codinux.i18n.LanguageTag

internal expect object Platform {

    val AvailableLocales: List

    fun getSystemLocale(): LanguageTag

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy