Close an ion-menu that willOpen

I have an ion-menu that gets enabled on language change. I don’t want that the newly enabled menu gets auto-opened, so I’m listening to ionWillOpen event on the menu -> I’ve tryed any method on the menu instance (setOpen, close, and so on…) to avoid the menu to open but without success.

Any clue?