LanguageTag

Provides factory for LanguageTag.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(primary: String, others: Seq[String]): LanguageTag

Creates tag with primary and additional subtags.

Creates tag with primary and additional subtags.

def parse(tag: String): LanguageTag

Parses formatted tag.

Parses formatted tag.