|
NAMEPsh::Locale - containing base code for I18NSYNOPSISDESCRIPTIONPsh::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 AUTHORMarkus Peter, warp@spin.de
Visit the GSP FreeBSD Man Page Interface. |