Console\Locale\EnableLocaleCommand::selectWorkingLocale PHP Method

selectWorkingLocale() private method

private selectWorkingLocale ( )
    private function selectWorkingLocale()
    {
        $this->workingLocale = $this->formatter->choice('What locale would you like to configure', $this->getInstallableLocale());
    }