[ionic4] How to toggle menu from right

I am implementing multilingual functionality in my app. So I have to toggle my menu from right. I am able to show menu at right by setting side=“end” but still it is getting toggle from left and shown at right. How can I toggle the menu from right??

@lucasbasquerotto

Try slot="end" in the <ion-menu-button> as well