Skip to content

Kirby 4.1.2

$page->translation()

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

$page->translation(?string $languageCode = null): Kirby\Content\ContentTranslation|null

Parameters

Name Type Default
$languageCode string|null null

Return type

Kirby\Content\ContentTranslation|null

Parent class

Kirby\Cms\Page inherited from Kirby\Cms\ModelWithContent