Questions tagged [i18n-switcher]

3 questions
13
votes
5 answers

Django: i18n - change language

I installed model_translation, rosetta, locale_url. But does not work change language. My settings.py: LANGUAGE_CODE = 'ru' MODELTRANSLATION_TRANSLATION_REGISTRY = "project.translation" TRANSLATION_REGISTRY = "project.translation" ugettext = lambda…
Taras
  • 131
  • 1
  • 1
  • 3
8
votes
3 answers

django-multilingual and switching between languages on template side

I'm trying to use django-multilingual and setup it properly. But what I found is that everything is clear for django-multilingual except a template usage example. I just started to use django and I don't know, maybe because of this reason, I cannot…
israkir
  • 2,111
  • 7
  • 30
  • 39
0
votes
1 answer

How to create i18n switcher for Django Admin?

I could create i18n switcher for English and French below in Django following The set_language redirect view and this is how I set up translation(English and French) in Django. *I use Django 4.2.1: # "core/settings.py" from django.contrib import…
Super Kai - Kazuya Ito
  • 22,221
  • 10
  • 124
  • 129