Skip to content

Kirby 5.0.4

$kirby->languages()

Returns all available site languages

$kirby->languages(bool $clone = true): Kirby\Cms\Languages

Parameters

Name Type Default
$clone bool true

Return type

Kirby\Cms\Languages

This method modifies the existing $app object it is applied to and returns it again.

Parent class

Kirby\Cms\App