I'm currently working with CTLModuleMaker and I'm trying to make the module I created, work with MLE.
So on my website I have three languages English (en), French (fr), and Russian(ru)
With the module I have created with the modulemaker, i have the following tags (Tour Description for every language)
$item->tourdescen
$item->tourdescfr
$item->tourdescru
What I want to do is that depending on which site language the user is currently on, the correct description will show.
I tried this :
{$item->tourdesc$lang}
but it doesn't work, gives me a error.
Some help would be appreciated.
Thanks
