I have 2 languages - danish and english.
In my template I have the following
{breadcrumbs starttext='You are in' root='Home' delimiter='»'} {content}
i would want it to support something link... (Pseudo code)
{breadcrumbs
if lang='da_DK' then
starttext='Text in Danish'
elseif
starttext = 'Text in English'
endif
root='Home' delimiter='»'} {content}
How do I do that

brgds
bootdog