Page 1 of 1

[SOLVE] Translation manager on CGcalendar template

Posted: Thu Mar 04, 2010 4:46 am
by ataxel
I use CMSMS MLE 1.6.6
CGCalendar - 1.2.5
TranslationManager- 0.7.8

I follow the instruction for translation manager and it works anywhere in the site but in the CGCalendar Template.
I use the

Code: Select all

{tr_key key="myKey" lang=$lang} 
on a line of the template but it does'nt seem to get the value out of the $lang variable and always gave me the main language translation.

Any ideas how to solve that please ?

Re: Translation manager on CGcalendar template

Posted: Thu Mar 04, 2010 2:04 pm
by ataxel
I follow the other part of the instruction
Putting this code

Code: Select all

{tr_key key="foo" lang="$lang" assign="foo"}
in the  template and I use the FOO variable in the CGCalendar module template, that works fine.
Thank you!