♪ Bonsoir
i am trying to get navigation dropdown menu according to langswitcher.current (= current language of page) in the following navigation.html.twig part of the code
(where dropdown collection is described... correct if wrong):
<ul class="navigation">
{% if theme_config.dropdown.enabled %}
{{ _self.loop(pages.) }}
{% else %}
What should I write in place of pages (in {{ _self.loop(pages.) }}) to restrict to current language of page and get to the point ?
Sorry that my coding knowledge is not sufficient enough
Thanks in advance for help ☆