Skip to content

Instantly share code, notes, and snippets.

@alexpott
Created March 26, 2013 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpott/5247940 to your computer and use it in GitHub Desktop.
Save alexpott/5247940 to your computer and use it in GitHub Desktop.
<?php
$context = new \Drupal\Core\Config\Context\ConfigContext($this->event_dispatcher);
$context->set('locale.language', WHATEVER_LANGCODE);
$this->configFactory->enterContext($context);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment