Constructs a LocaleConfigSubscriber object.
\Drupal\Core\Language\LanguageManager $language_manager: The language manager service.
\Drupal\Core\Config\Context\ConfigContext $config_context: The configuration context service.
public function __construct(LanguageManager $language_manager, ContextInterface $config_context) {
$this->languageManager = $language_manager;
$this->defaultConfigContext = $config_context;
}