NAME
Lang::Dumb - A backend for Lang internationalization
SYNOPSIS
use Lang;
print _T("This is a test");
Lang::language("nl");
print _T("This is a test");
ABSTRACT
This module provides a Dumb backend for the Lang internationalization module.
DESCRIPTION
new() --> Lang::Dumb
Instantiates a new Lang::Dumb backend.
translate(language,text) --> string
Returns 'text'.
clear_cache() --> void
Does nothing.
SEE ALSO
Lang.
AUTHOR
Hans Oesterholt-Dijkema <oesterhol@cpan.org>
COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under LGPL terms.