Sets the default locale.
public function setDefaultLocale(string $locale) : void { $this->defaultLocale = $locale; if (null === $this->locale) { $this->setPhpDefaultLocale($locale); } }