Hello,
Thank you very much, I enjoy very much this plugin. I'm new in Wordpress and PHP language.
I have two languages in my site, and I configured one menu for each language. But the menu never changes, I only can see the Spanish one.
I am using the MaidenHair theme, and in the header.php code I have:
<?php wp_nav_menu( array( 'menu_id'=>'nav', 'theme_location'=>'main-navigation' ) ); ?>
Thank you very much for your help.