NAME

Locale::Framework::Dumb - A backend for Locale::Framework internationalization

SYNOPSIS

use Locale::Framework;

print _T("This is a test");

Locale::Framework::language("nl");

print _T("This is a test");

ABSTRACT

This module provides a Dumb backend for the Locale::Framework internationalization module.

DESCRIPTION

new() --> Locale::Framework::Dumb

Instantiates a new Locale::Framework::Dumb backend.

translate(language,text) --> string

Returns 'text'.

clear_cache() --> void

Does nothing.

SEE ALSO

Locale::Framework.

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.