Return to lonlocal.pm CVS log | Up to [LON-CAPA] / loncom / localize |
version 1.1, 2003/09/16 15:23:43 | version 1.2, 2003/09/16 19:23:47 |
---|---|
Line 51 sub mt (@) { | Line 51 sub mt (@) { |
# ========= Get a handle (do not invoke in vain, leave this to access handlers) | # ========= Get a handle (do not invoke in vain, leave this to access handlers) |
sub get_language_handle { | sub get_language_handle { |
$lh=Apache::localize->get_handle(); | $lh=Apache::localize->get_handle(&Apache::loncommon::preferred_languages); |
} | } |
1; | 1; |