Skip to content

Kirby 5.0.4

$language->delete()

Delete the current language and all its translation files

$language->delete(): bool

Return type

bool

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

Exceptions

Type Description
Kirby\Exception\Exception

Parent class

Kirby\Cms\Language