示例#1
0
 protected function initializeCulture()
 {
     $context = $this->getContext();
     $context->setCulture($this->site->getCulture());
     $context->setLanguage($this->site->getLanguage());
 }