Index: django_src/docs/middleware.txt
===================================================================
--- django_src/docs/middleware.txt	(revision 5649)
+++ django_src/docs/middleware.txt	(working copy)
@@ -116,6 +116,14 @@
 ``HTTP_X_FORWARDED_FOR``, that means anybody can "fake" their IP address. Only
 use this when you can absolutely trust the value of ``HTTP_X_FORWARDED_FOR``.
 
+django.middleware.locale.LocaleMiddleware
+-----------------------------------------
+
+Enables language selection based on data from the request allowing each user
+to have a custom language preferences. See the `internationalization documentation`_.
+
+.. _`internationalization documentation`: ../i18n/#how-django-discovers-language-preference
+
 django.contrib.sessions.middleware.SessionMiddleware
 ----------------------------------------------------
 
