I am using django and the standard internationalization package as showed in the : excellent marina mele tuto.
In a user's form on web and mobile i have to show a list of country names in the user's language.
To create the country list, i intend to use django-country it seems easy and well documented.
I could do one API, no template, to request the list of countries.
But How to translate this country list in the views.py ?
Any example would be welcome.
Thanks