Download the PHP package unicate/language-detection without Composer
On this page you can find all versions of the php package unicate/language-detection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package language-detection
Language Detection
The following different strategies are used to detect the language.
- by Accept-Language-Header (e.g. 'de-CH,en;q=0.8,en-US;q=0.5,fr;q=0.3')
- by Cookie (e.g Cookie 'lang', value 'en')
- by UriPath (e.g. /shop/en/article/3453452)
- by QueryParam (e.g. index.php?lang=en)
These methods can be chained independently after each other. The last method that detects an available language wins. If no language can be detected, the default language will be returned.
Installation
Use composer:
Usage
All versions of language-detection with dependencies
PHP Build Version
Package Version
The package unicate/language-detection contains the following files
Loading the files please wait ....