Language

data class Language(val value: String)

Represents parsed "lang" object.

Constructors

Link copied to clipboard
fun Language(value: String)

Properties

Link copied to clipboard
val value: String

Original "lang" string value.

Extensions

Link copied to clipboard
val Language.locale: Locale

New Locale instance for this "lang" value.