Skip to main content

Simple language select as custom template tag

Project description

# django_languageselect

Simple language select as custom template tag.

## Requirements * “django.middleware.locale.LocaleMiddleware” in MIDDLEWARE_CLASSES * “django.core.context_processors.request” in TEMPLATE_CONTEXT_PROCESSORS * Add ‘django_languageselect’, to INSTALLED_APPS

Usage: `django {% load languageselect %} {% languageselect %} `

## Routes

The only url provided by this application is “languageselect_index”. Required GET-parameter is “language”, optional GET-parameter is “next”. Next contains the named url to redirect after the language change. This parameter is pre-filled with the current page url.

## Customization

Feel free to use your own template, just add languageselect/layer.html

## Changelog

0.1.4 Rename package to django_languageselect (backwards incompatible) to be able to import the module

0.1.3 Fix session key to store language, Django 1.9 compatibility

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_languageselect-0.1.4.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page