I would like to do somthing like :
if(language=='english')
instructions.
if(language=='french')
instructions.
How can i get the language ?
I would like to do somthing like : if(language=='english') instructions. if(language=='french') instructions. How can i get the language ? |
$sCurLang = getCurrentLangName(); https://www.deanbassett.com |
Ok i tested : $sCurLang = getCurrentLangName(); but it's not working :( |
Oh thank you it's working if($sCurLang=='en') |
Care to share on what it is you're actually doing? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I am trying to replace the cats name when changing the language. "Translation" |