commonMain.net.codinux.i18n.formatter.NumberFormat.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.formatter
import net.codinux.i18n.NumberingSystem
data class NumberFormat(
val defaultNumberingSystem: NumberingSystem,
val minimumGroupingDigits: Int,
val symbols: Map,
val decimalFormats: Map,
val percentFormats: Map,
val scientificFormats: Map,
val currencyFormats: Map,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy