JvmListFormatter

class JvmListFormatter(locale: Locale, options: ListFormatOptions = ListFormatOptions()) : IntlFormatter<List<String>> (source)

Format lists with locale-aware conjunction/disjunction.

Constructors

Link copied to clipboard
constructor(locale: Locale, options: ListFormatOptions = ListFormatOptions())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun format(value: List<String>): String

Format a value using this formatter.