Remove hardcoding of language switcher in Mega Menu
Summary
The current implementation of the mega menu has the language switcher block hardcoded in the template:
<ul class="dropdown-menu">
<li>{{ drupal_block('language_block:language_interface') }}</li>
</ul>
The issue is that it always render whether the user wants it or not.
Implementation
Edited by Konstantinos Platis