Exemplo n.º 1
0
 function testSetLocale()
 {
     $ok = Raxan::setLocale('fr');
     $this->ok($ok, 'Set new local');
     $v = Raxan::locale('yes');
     $this->compare($v, 'Oui', 'Change Locale to fr');
     Raxan::setLocale('en');
 }