I had tried to ask this question in a previous discussion of the forum (here) but nobody answered, maybe because it was already signed as 'solved', so I will ask it here.
I need to have the possibility to translate the url of my website, without duplicating controllers and actions; so, for example, if I write 'Baseurl\it\contatti' I'll go to tthe controller 'contacts' and I will have the italian language, if I write 'Baseurl\en\contacts' I'll go in the same controller, but with english language.
The problem is in the routing part:
in the solution presented in the linked discussion I don't understand how to use only one controller, without duplicating each one for every language.
So, does anyone have some good advice? Thanks.