This Python API offers a way to validate and lookup languages tags.
It is based on BCP 47 (RFC 5646) and the latest IANA language subtag registry.
This project will be updated as the standards change.
Language-tags 1.0.0 only supports Python 3, for Python 2 support, please use language-tags 0.5.0.
See the language-subtag-registry project for the underlying JSON data.
This project is a Python version of the language-tags Javascript project.