|
The best way to do this is using the Module menu and set the Language parameter in Module Settings Parameters to display the menu when you select a language for the current session. You will need one menu for each language on your website.
Alternatively you can add the following script in Site Identity:
Copy to clipboard {if $prefs.language eq "en"}
{menu id=43 css=y type=horiz}
{else}
{menu id=1 css=y type=horiz}
{/if}
|