Constructs the default language object.
array $values: The properties used to construct the default language.
public function __construct(array $values) { $this->set(new Language($values)); }