示例#1
0
 /**
  * Sets the locale using the correct load order.
  */
 protected function setArgonLocale($locale)
 {
     Argon::setFallbackLocale($this->getFallbackLocale($locale));
     Argon::setLocale($locale);
 }