コード例 #1
0
 public function testCurrentLocale()
 {
     $this->assertEquals('en', PropelL10n::getLocale());
     PropelL10n::setLocale('de-DE');
     $this->assertEquals('de-DE', PropelL10n::getLocale());
 }
コード例 #2
0
 public function getDefaultLocale()
 {
     return PropelL10n::getLocale();
 }