Hi...
   I am a beginner using django 0.97 pre with python 2.5.1. I am
trying choose language from the settings.py which has LANGUAGES tuple.
I have
{% for lang in LANGUAGES %}
<option value="{{ lang.0 }}">{{ lang.1 }}</option>
{% endfor %}
Can someone tell me the proper way to do this or suggest a tutorial?
should I  return LANGUAGES tuple with render_to_response? Thank you.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to