Language tags helper.
https://datatracker.ietf.org/doc/html/rfc5646
Bases: object
object
Retrieveve the language tags with their description.
lanugage tag and description.
tuple[str, str]
Detemines if a string contains a valid language tag.
string (str) – a string.
True if the string contains a language tag.
bool