Find::language()
Returns the language object for the given code
Parameters
Name | Type | Default | Description |
---|---|---|---|
$code * | string |
– | Language code |
Return type
Kirby\Cms\Language
|null
Exceptions
Type | Description |
---|---|
Kirby\Exception\NotFoundException |
if the language cannot be found |