Exemplo n.º 1
0
 public function testCurrentLocale()
 {
     $this->assertEquals('en', PropelL10n::getLocale());
     PropelL10n::setLocale('de-DE');
     $this->assertEquals('de-DE', PropelL10n::getLocale());
 }
Exemplo n.º 2
0
 public function getDefaultLocale()
 {
     return PropelL10n::getLocale();
 }