I have a AngularJS Application in different languages.
Now I want to preselect a language, when the user calls the site, with following string at the end: /en, /de, ...
Is this even possible in AngularJS? I also can use some other syntax, if this is needed.
Thank you very much!