Hi, at http://git.debian.org/?p=iso-codes/iso-codes.git;a=tree;h=8e097c154f64de7d1ffaa7e0b4d9c459298766f2;hb=8e097c154f64de7d1ffaa7e0b4d9c459298766f2
there are po files on hundreds of languages with all the currency, country and language names. to me such a resource would be great to be easily used from django, could someone help me how to do it? my simplest idea would be to: 1. add the english names to a database 2. at the template, use django's built-in i18n motor the problem is that it's a rather problematic approach, especially as such lists are often used for forms, thus e.g. I'll have to write all the form templates 1-by-1, or a custom widget, and use that in my form definition. Does someone have a better idea, or would this be possible to add somewhere under django.contrib? thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

