I am using this call to get the userlanguages of a browser in asp.net
HttpContext.Current.Request.UserLanguages
It worked fine for years, but now this request is always null on Internet Explorer and Microsoft Edge. It still works on other browsers like Google Chrome, Firefox..
Any solutions?