public function getLocale() : string { return $this->locale ?: (class_exists(\Locale::class) ? \Locale::getDefault() : 'en'); }