Change - Sending Translated Messages

Created on Oct. 5, 2012, 3:42 p.m. by Hevok & updated on Oct. 14, 2012, 9:45 p.m. by Hevok

Define a field for holding the language of a user and a get_lang_for_user function, than just: ::

from django.utils import translation

cur_language = translation.get_language()
translation.activate(get_lang_for user(user)) 
# send email, tweet, etc
translation.activate(cur_language)
Parent: Tutorials

Comment: Updated Entry

Comment on This Data Unit