Expand description
I define the LanguageTag
wrapper type,
which guarantees that the underlying str
is a valid BCP47 language tag.
Structsยง
- This error is raised when trying to parse an invalid language tag.
- This wrapper guarantees that the underlying
str
is a valid BCP47 language tag.