LinuxX64ListFormatter

class LinuxX64ListFormatter(locale: LanguageIdentifier, options: ListFormatOptions = ListFormatOptions()) : IntlFormatter<List<String>> (source)

Format lists - basic fallback implementation for LinuxX64.

Constructors

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

Functions

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

Format a value using this formatter.