SmileyChris / django-countries

A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.

Home Page:https://pypi.python.org/pypi/django-countries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Country names are automatically translated, I just want it to appear in English.

cnr91 opened this issue · comments

commented

Hi,

Country names are automatically translated into Turkish.

How can I prevent this? I just want it to appear in English.

image

Probably the best way to handle this would be to switch the language in your template (using the standard language template tag).