Constructs a Locale by parsing a BCP47 language tag.
static Locale parse(String s) => parseLocale(s);