$visitor->acceptedLanguage()
Sets the accepted language if provided or returns the user's accepted language otherwise
Parameters
Name | Type | Default |
---|---|---|
$acceptedLanguage | string |
null |
Return type
Kirby\Toolkit\Obj
|Kirby\Http\Visitor
|null
This method does not modify the existing $visitor
object but returns a new object with the changes applied. Learn more →