You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -226,6 +228,24 @@ Puts fieldsets and inlines into a bootstrap carousel, and allows paginaton with
226
228
227
229

228
230
231
+
## Language Chooser
232
+
You can enable a language chooser dropdown using `"language_chooser": True` in your `JAZZMIN_SETTINGS`, we mainly use this for
233
+
assisting with translations, but it could be of use to some people in their admin site.
234
+
235
+
To make proper use of this, please ensure you have internationalisation setup properly, See https://docs.djangoproject.com/en/3.1/topics/i18n/translation/
236
+
237
+
Namely:
238
+
239
+
- i18n urls for your admin
240
+
-`LocaleMiddleware` is used, and in the right place
241
+
-`LOCALE_DIRS` is setup
242
+
-`LANGUAGES` have been defined
243
+
244
+
See our [test app settings](https://github.com/farridav/django-jazzmin/tree/master/tests/test_app/settings.py)
0 commit comments