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.
- Host: GitHub
- URL: https://github.com/jonasraoni/php-browser-language
- Owner: jonasraoni
- License: mit
- Created: 2017-11-03T13:13:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T13:14:47.000Z (over 8 years ago)
- Last Synced: 2025-10-18T21:14:34.898Z (8 months ago)
- Topics: browser-language, extract, php, user-preferred-language
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).