my goal is to create a multilanguage application. I started using the navigator.language but for IE it doesn't work because it recognize the system language and not the browser language as Chrome or Mozilla.
So I created a jsp page that print the language of the browser and with $http i'm able to collect.
The problem is that the language is taken only in the controller method but I need to find it before, in config method because from the language depends the routing of pages.
Please can you help me?
Giuseppe