How to find when qtranslate plugin’s language changes?

I used qtranslate for make my website multilingual, In fact this plugin just make an option for my content to has another translate, but how can i use it in my code?
for example:

if ( $language == "ar" ) {
 // somthing }

Related posts

Leave a Reply

1 comment