Example #1
0
 /**
  * @return $this
  */
 public function update()
 {
     $locale = $this->active . '.' . strtoupper($this->context->getCharset());
     putenv('LC_ALL=' . $locale);
     setlocale(LC_ALL, $locale);
     return $this;
 }