I have a Controller with the name "Hem" and Action name is "Om". And default language i have set Swedish. So route will be on Swedish site, it's
/sv/Hem/Om
Now I want to change language to "en" by clicking English in language section. So route will be set automatically like this way :
/en/Home/About
But functionality should be work of /sv/Hem/Om
and In address bar should be display as /en/Home/About
Experts can you please help me out.