3
votes

I am building a multilingual site with Drupal 7 and Internationalization. Everything works perfectly except one thing. I want to redirect to the default language if the translation is missing for one node. I thought that the module "Translation redirect" would be enough but it does not seem to work.

I have seen that someone had a similar issue here : Drupal 7 Internationalization / Multi language : redirect to default language if translation missing for article

I want to do the exact same thing. Anyone has an idea?

Thanks for your help!

1

1 Answers

3
votes

Use GlobalRedirect module and set the option 'Language Path Checking' to true in the module configuration page.

enter image description here

Alternatively you can use Rules or a custom module like the one described in drupal-redirect-when-missing-node-translation to handle the redirect.