コード例 #1
0
ファイル: I18n.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * Sets the current locale
  * @param string $code The code of the locale
  * @return null
  */
 public function setCurrentLocale($code)
 {
     $this->localeManager->setCurrentLocale($code);
 }