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

commonMain.extensions.Locale.kt Maven / Gradle / Ivy

package io.fluidsonic.stdlib

import io.fluidsonic.locale.*


private val _enUS = Locale.forLanguageTag("en-US")


internal val Locale.Companion.enUS: Locale
	get() = _enUS




© 2015 - 2024 Weber Informatics LLC | Privacy Policy