Skip to content

Kirby 5.0.4

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, array|string|null $value = null): Kirby\Cms\LanguageVariable

Parameters

Name Type Default
$keyrequired string no default value
$value arrayorstringornull null

Return type

Kirby\Cms\LanguageVariable

Parent class

Kirby\Cms\LanguageVariable