<<

NAME

Koha::App::Plugin::Language

SYNOPSIS

    $app->plugin('Language');

DESCRIPTION

Sets the current language based on request (cookies, headers, ...)

METHODS

register

Called by Mojolicious when the plugin is loaded.

Defines an `around_action` hook that will sets the current language based on the current request.

<<