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.