Jenssegers\Date\Date::setFallbackLocale PHP Method

setFallbackLocale() public static method

Set the fallback locale.
public static setFallbackLocale ( string $locale ) : void
$locale string
return void
    public static function setFallbackLocale($locale)
    {
        static::$fallbackLocale = $locale;
        static::getTranslator()->setFallbackLocales([$locale]);
    }