NAME
Plack::I18N::Handle - Module
SYNOPSIS
DESCRIPTION
Used internally by Plack::I18N.
METHODS
new
Creates new object.
language
Returns current language.
loc
$handle->loc('Hello');
Localizes the message according to the current language.
maketext
Same as loc
.
AUTHOR
Viacheslav Tykhanovskyi, <viacheslav.t@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2015, Viacheslav Tykhanovskyi
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.