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.
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha

