Modifying qTranslate
-
I’m trying to have my own php code run if a certain language is active in the qTranslate plug in but I can’t seem to find the right variables to use. heres a little pseudo-code of what I’m trying to do.
if(languageCode == en) { //run my own code } if(languageCode == fr) { //run different code }
Hopefully someone can help me with this, thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Modifying qTranslate’ is closed to new replies.