settings = $settings; } /** * {@inheritdoc} */ protected function getLanguage($langcode) { return $this->settings->get('locale_custom_strings_' . $langcode, []); } }