Psh::Locale.3pm

Langue: en

Version: 2001-09-05 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Psh::Locale - containing base code for I18N

SYNOPSIS

DESCRIPTION

    Psh::Locale::init();
 
 

Initializes locale support

    @tmp= Psh::Locale::months();
 
 

Returns an array of locale-dependant month names

    @tmp= Psh::Locale::weekdays();
 
 

Returns an array of locale-dependant weekday names

    Psh::Locale::months(qw(Jan Feb ...));
 
 

Sets the month names

    Psh::Locale::weekdays(qw(Jan Feb ...));
 
 

Sets the weekday names

    Psh::Locale::get_text($name)
 
 

Returns the named text from the current locale

    Psh::Locale::set_text($name,$value)
 
 

Sets the text

AUTHOR

Markus Peter, warp@spin.de