ViewHelper Documentation
v:condition.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.
condition boolean
Condition expression conforming to Fluid boolean rules
language string
language to check
defaultTitle string
title of the default language