getCode(); if ( !isset( $this->instances[$code] ) ) { $this->instances[$code] = new DateFormatter( $lang ); } return $this->instances[$code]; } }