public LocaleLookup::__construct($langcode, $context, StringStorageInterface $string_storage, CacheBackendInterface $cache, LockBackendInterface $lock, ConfigFactoryInterface $config_factory, LanguageManagerInterface $language_manager, RequestStack $request_stack)
Constructs a LocaleLookup object.
Parameters
string $langcode: The language code.
string $context: The string context.
\Drupal\locale\StringStorageInterface $string_storage: The string storage.
\Drupal\Core\Cache\CacheBackendInterfac