An open API service indexing awesome lists of open source software.

https://github.com/jonasraoni/php-browser-language

Simple class to extract an ordered list of the user's preferred language from the header HTTP_ACCEPT_LANGUAGE.
https://github.com/jonasraoni/php-browser-language

browser-language extract php user-preferred-language

Last synced: about 2 months ago
JSON representation

Simple class to extract an ordered list of the user's preferred language from the header HTTP_ACCEPT_LANGUAGE.

Awesome Lists containing this project

README

          

# Browser Language

Simple class to extract an ordered list of the user's preferred language from the header HTTP_ACCEPT_LANGUAGE.

## Example

View the file [example.php](example.php).