with the missing locale and its corresponding * Win32 code. * * $Id: setting_a_locale.php,v 1.1 2007-06-25 09:55:25 alexandre_tb Exp $ */ require_once 'I18Nv2.php'; $locale = 'en_US'; if (!I18Nv2::setLocale($locale)) { die("Locale '$locale' not available!\n"); } ?>