Is there a way to set several names to the same controller (and also for actions) to be used within a site supporting several language displays? I want to have something like
/home/company for english
/inicio/empresa for spanish
and so on, but I want to translate home and inicio as if they were the controller names instead of having two controllers and company and empresa as action methods as well.