Skip to content

Kirby 4.2.0

LanguageVariable::create()

Creates a new language variable. This will be added to the default language first and can then be translated in other languages.

LanguageVariable::create(string $key, ?string $value = null): Kirby\Cms\LanguageVariable

Parameters

Name Type Default
$key * string
$value string|null null

Return type

Kirby\Cms\LanguageVariable

Parent class

Kirby\Cms\LanguageVariable