Ejemplo n.º 1
0
 /**
  * Set the laguage ID
  * @return integer  The language ID
  */
 public static function setLanguageID($langID)
 {
     R3Locale::$R3LangID = (int) $langID;
     return R3Locale::$R3LangID;
 }