If the `de_facto` flag is set, then languages which are "de facto" official are also returned.
+ .. warning:: Note that the data is as up to date as the current version of the CLDR used
+ by Babel. If you need scientifically accurate information, use another source!
+
:param territory: Territory code
:type territory: str
:param regional: Whether to return regionally official languages too
* `official_status`: An optional string describing the officiality status of the language.
Known values are "official", "official_regional" and "de_facto_official".
+ .. warning:: Note that the data is as up to date as the current version of the CLDR used
+ by Babel. If you need scientifically accurate information, use another source!
+
+ .. note:: Note that the format of the dict returned may change between Babel versions.
+
See http://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html
:param territory: Territory code
--- /dev/null
+Languages
+=========
+
+.. module:: babel.languages
+
+The languages module provides functionality to access data about
+languages that is not bound to a given locale.
+
+Official Languages
+------------------
+
+.. autofunction:: get_official_languages
+
+.. autofunction:: get_territory_language_info