For some reason, this is not available in element (hooks)
generate_menu_bar_items
So had to create a custom hook – but doesn’t seem to work.
I am trying to add the language switcher shortcode – but for some reason, nothing seems to appear on my website menu (desktop or mobile)(image added below)
Also have the below CSS added
/*Adjust language bar*/
.main-navigation .menu-bar-items {
flex-direction: row-reverse;
}