getAcceptableLanguages() public method
Returns the languages acceptable by the end user.
This is determined by the Accept-Language HTTP header.
| public array getAcceptableLanguages ( ) | ||
|---|---|---|
| return | array |
The languages ordered by the preference level. The first element represents the most preferred language. |
Please login to continue.