Localize URL's with ui-router and angular-translate
问题 I am using ui-router for routing and angular-translate for translations. What i would like to achieve is having the selected language bind to the url like so: www.mydomain.com/en/ www.mydomain.com/ru/ www.mydomain.com/en/about www.mydomain.com/ru/about and it will respond accordingly. Tried to look for examples, but did not find anything. If someone implemented similar solution, i would love to hear how you did it. Thanks 回答1: I use something along these lines: CoffeeScript angular.module(