Skip to content

Kirby 5.0.4

Find::language()

Returns the language object for the given code

Find::language(string $code): Kirby\Cms\Language|null

Parameters

Name Type Default Description
$coderequired string no default value Language code

Return types

Kirby\Cms\Languageornull

Exceptions

Type Description
Kirby\Exception\NotFoundException if the language cannot be found

Parent class

Kirby\Cms\Find