Module Description
This module redirects users that edit a node, to same the node edit form, but in the same language as the node.

Assuming the negotiated "content language" is based on URL (prefix/domain), this ensures that the "content language" matches the language of the node.

Example
1. Content language is negotiated based on prefix. See also: https://api.drupal.org/api/drupal/includes!language.inc/group/language_n...

2. When editing an English node while the prefix is French, the following redirect will happen:

/fr/node/3 => /en/node/3

The prefix language code now matches the language of the node.

Example use cases
- When relying on the "Current user's language" option from Views in the node edit form, such as when using the entityreference_view_widget module.

- When using the i18n_select module, and term references/entity references only show up if the referenced entities have the negotiated content language.

- When wanting to ensure that localized taxonomy terms appear in the same language on the edit form as they do on the node.

Project Usage
106
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module redirects users editing a node to the node edit form in the same language as the node, based on the negotiated content language.
Data Name
node_edit_redirect

OPENAI CHATBOT

OPENAI CHATBOT

16:27:20
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.