I18Nv2_Locale::setLocale()
-- Set locale
Description
Transforms the I18Nv2_Locale object to the specified locale.
Parameter
- string $locale
the locale like en_US or de_DE
Return value
Returns TRUE on success,
PEAR_Error on failure.
Returns a PEAR_Error if the supplied locale was invalid.
Note
This function can not be called
statically.