[Koha] Check the current language

Abdulsalam Yousef ayousef at kwareict.com
Thu May 28 13:47:23 UTC 2015


Hello all,

I need to check and get the current interface language to make some action
in Biblio.pm file, i mean like this

if ($current_language == "en")
{

make some action;

}

else {

make another action;

}

What is the used variable and code to do that?


Thanks.



More information about the Koha mailing list