Hi all,
i'm facing a problem developing with Django a Web Application: in
response to some events (for example, after an admin action) i need to
send emails to some users of my site.

The problem arises when i want these emails to be translated in any
user-specific language: the Request object i have just contains the
language infos of the user that trigger the event, so it's not what i
need.
Generally, LocaleMiddleware behaviour can't do that job, because is
based on sessions and cookies of a particular user.
Roughly speaking i need (at least) a way to manually decide which is
the language to apply for translations.

I've tried to search the web in order to look for a solution but i
wasn't able to find it.
For example, django-multilingual package doesn't affect the way the
translations are made.

Can somebody help me?

Thanks for the attention,

Enrico

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to