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

commonMain.net.codinux.i18n.datetime.DateTimeDisplayNamesLookup.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.datetime

data class DateTimeDisplayNamesLookup(
    var months: String? = null,
    var days: String? = null,
    var quarters: String? = null,
    var dayPeriods: String? = null,
    var eras: String? = null,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy