I'm not sure, either. Usually, whenever I'm testing, I open a 
private/incognito browser in case there is caching or cookies are being 
saved (cookies could be related to session authentication and other stuff). 
What I would try first is clearing your cookies if you've been using a 
regular browser tab. Otherwise, I'll also look into it.
Cheers!

On Wednesday, July 17, 2019 at 12:44:57 PM UTC-4, Oscar Rovira wrote:
>
> Hi there,
> I have a Django site with multi-language support through i18n. 
> The default user's language is set based on the browser headers but users 
> can change it via the regular set_language view. 
> Recently I noticed that the UI is shown in a different language than the 
> one my user is supposed to have set and this happens, apparently, without 
> changing my browser language preferences or calling the set_language view.
> I've been looking around the code, checking every statement that makes 
> reference to the language setting of the user in session with no luck on 
> anything that could be causing the issue. I have no clue about what is 
> going on.
> Does the issue rings the bell to someone? Something I could review at?
>
> I appreciate any help or advice. Thanks!
> Oscar
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c3206781-380a-4a70-a9fa-e896fd997e44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to