[Koha] Check the current language
Tomas Cohen Arazi
tomascohen at gmail.com
Fri May 29 02:01:45 NZST 2015
The problem is that you need to have the CGI object in the desired context
(language is "calculated" from it). Then use:
my $current_language = C4::Languages::getlanguage($query);
to set it.
2015-05-28 10:47 GMT-03:00 Abdulsalam Yousef <ayousef at kwareict.com>:
> 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
> Koha at lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
--
Tomás Cohen Arazi
Prosecretaría de Informática
Universidad Nacional de Córdoba
✆ +54 351 5353750 ext 13168
GPG: B76C 6E7C 2D80 551A C765 E225 0A27 2EA1 B2F3 C15F
More information about the Koha
mailing list