Hi,

There is something I'm looking for which I haven't found so far. The detail is here: http://drupal.org/node/664654.

Basically, I have a page with a list of news on my Drupal project. This list of news comes from a view, with the "Link this field to its node" checked for the "Node: title" field. If I'm browsing the News page in the Spanish interface, the link to a news is set to point to the news in English (because the content of the news is in English). As a result, when I click on a news, I get redirected to the English interface, which is not the expected behaviour. The content of the news should obviously be in English but the interface language should not change.

Is there a module or a patch that already exists for this or is this something that should be integrated in the Preserve language module ?