Reputation: 145
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!
Upvotes: 3
Views: 3509
Reputation: 2456
Use GlobalRedirect module and set the option 'Language Path Checking' to true in the module configuration page.
Alternatively you can use Rules or a custom module like the one described in drupal-redirect-when-missing-node-translation to handle the redirect.
Upvotes: 3