Koha::App::Plugin::Language
$app->plugin('Language');
Sets the current language based on request (cookies, headers, ...)
Called by Mojolicious when the plugin is loaded.
Defines an `around_action` hook that will sets the current language based on the current request.