SpLocale

data class SpLocale(val language: String, val country: String? = null)(source)

Locale identifier for spell checking dictionaries.

Constructors

Link copied to clipboard
constructor(language: String, country: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

JVM-only convenience conversions between SpLocale and java.util.Locale (Android/JVM).

JVM-only convenience conversions between SpLocale and java.util.Locale (Desktop/JVM).

Link copied to clipboard
fun SpLocale.toNSLocale(): NSLocale

iOS-only convenience conversions between SpLocale and NSLocale (Apple platforms).