Ok so I'm writing an international Django app, And the docs for doing localization are great except I can't seem to find a complete list of the supported languages anywhere. Where are they? What I really want to do is use the list to populate choices on a model, so if there is a way to get this programmatically that would be best.
Thanks!