In Drupal, the language switcher will by default link to the matching translated page of the current language page. Would it be possible to have a block that would only link to the front page of the clicked language instead of the translated page/content? It would be great if there is a module that achieve this functionality….
In Drupal, the language switcher will by default link to the matching translated page
Share
I’m not sure there is a module for this, what you can easily do is create a new block and enter html content:
if you start your link with a / than Drupal will go to the root of the site.
You can then easily position the block in any region you want and allow users to change the language
Hope this helps.