Page 1 of 1

[SOLVED] How do I change static text according to choosen language

Posted: Sat Nov 08, 2008 1:29 pm
by bootdog
Hello !

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

Re: How do I change static text according to choosen language

Posted: Sat Nov 08, 2008 2:57 pm
by alby
bootdog wrote: How do I do that ???
The answer is in tips #7

Alby

Re: [SOLVED] How do I change static text according to choosen language

Posted: Sun Nov 09, 2008 9:31 am
by bootdog
Grazie .. thanks Alby....

Its now up and running - nearly 90 % done in releasing the website...

Have another problem but will write that in the relevant forum.

Thanks for all the time you spend helping around here !!!!!!!!!!!!!1