Babel 不返回语言?

Babel not returning languages?

我正在尝试按地区使用 Babel 2.6.0 to get the "official" language(s),但 returns 什么都没有。

正如所见here,它应该采用两个字母的地区代码。

美国does not have an official language。您可以通过设置同名标志请求事实上的语言:

get_official_languages("US",de_facto=True)
#('en',)