Skip to content

Kirby 3.5.7.1

$modelwithcontent->translation()

Returns a single translation by language code If no code is specified the current translation is returned

$modelwithcontent->translation(string $languageCode = null): Kirby\Cms\ContentTranslation|null

Parameters

Name Type Default
$languageCode string null

Return type

Kirby\Cms\ContentTranslation|null

Parent class

Kirby\Cms\ModelWithContent