Hi there,
i would like to display different things based on language selection. I am looking something like :
if (selectedLanguage="English") {
1}
else{
2}
Is there a global variable (some kind of id) that i can use in my smarty template ?
Thank you very much
Best Regards,
Leon

SocialEngineBASE