ViewHelper Documentation
v:if.page.isLanguage
Condition: Is current language
A condition ViewHelper which renders the then
child if
current language matches the provided language uid or language
title. When using language titles like 'de' it is required to
provide a default title to distinguish between the standard
and a non existing language.
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.
language anySimpleType
defaultTitle string