foroco / php-browser-detection

Ultra fast PHP library to detect browser, OS, platform and device type by User-Agent parsing
MIT License
138 stars 33 forks source link

[Feature Request] Add Browser Language #24

Closed futureweb closed 1 year ago

futureweb commented 1 year ago

It would be great if the detected data could include the user's browser language. Currently, I have to manually add the language to the result set when necessary.

foroco commented 1 year ago

This library is for parsing the UserAgent header. Parsing of other headers is not yet planned