You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-res...@googlegroups.com
is there an easy way to set a different language for the API (compared with the rest of the site)?
because a) I want my API to be in english while the rest is in german and b) some error messages (e.g. date–field) do not seem to be translated at all ... and in order to avoid a language mix I'd prefer to stick with english.
any idea?
thanks,
patrick
Patrick Kranzlmueller
unread,
May 19, 2013, 4:35:35 AM5/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-res...@googlegroups.com
for future reference:
this works with adding translation.activate("en") to initial of the view.