Disable language
7,710 sites
Security covered
This module allows administrators to disable languages on a Drupal site, preventing them from appearing in language switchers and sitemaps. It can also redirect users who do not have permission to view disabled languages to a specified language, with options to override this behavior for specific routes.
Disable language lets you disable languages on Drupal 8 sites.
It does the following things when you disable a language:
- Filters out the disabled languages in the language switcher
- Filters out the generated links in an Simple XML sitemap (https://www.drupal.org/project/simple_sitemap)
- Filters out the generated links in the head (with the hreflang attribute)
- Redirects user that don't have permissions to view disabled languages
- Choose the language to redirect to if the user doesn't have permission (configurable for each language)
- Allows you to override the redirect behaviour for certain routes/paths. Default routes for one time login functionality have been added as defaults and are in an update hook.
Common use cases:
- The site is live but you want to give the admin the possibility to stage content in a certain language, so it isn't visible for certain roles. (e.g. anonymous,...) until the admin is finished.
Installation
- Normal module installation procedure. See https://www.drupal.org/documentation/install/modules-themes/modules-8
See the README for configuration instructions
Similar modules
- Language access (https://www.drupal.org/project/language_access) Main differences with version 1.3:
- Language access gives a throws a 403 exception while disable language redirects to a configurable language
- Language access allows you assign permissions per language, disable language provides a permission to view disabled languages
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-1.0-rc2 | Pre-release | 9–11 | Drupal 11 support | Feb 5, 2025 |