[Koha] Check the current language

Abdulsalam Yousef ayousef at kwareict.com
Fri May 29 01:47:23 NZST 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