Get browser language in AngularJs
To get browser's user language settings you should use $window.
There is an Angular service called $locale which should provide this information, but currently it seems to be hard coded in each angular-i18n local file.
The big problem is still how to include these files dynamically and get the correct $locale service result id.

















