Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16363 программиста и 1649 роботов. Сейчас ищут 1578 программистов ...
I18Nv2_Locale::setLocale
Вернуться к: I18Nv2
I18Nv2_Locale::setLocale
I18Nv2_Locale::setLocale() – Set locale
Synopsis
require_once 'I18Nv2/Locale.php';
mixed I18Nv2_Locale::setLocale ( string $locale )
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.
Вернуться к: I18Nv2