public LocaleTranslation::getStringTranslation($langcode, $string, $context)
Retrieves English string to given language.
Parameters
string $langcode: Language code to translate to.
string $string: The source string.
string $context: The string context.
Return value
string|false Translated string if there is a translation, FALSE if not.
Overrides TranslatorInterface::getStringTranslation
File
core/modules/locale/src/LocaleTranslation.php, line 108
Class
LocaleTranslation String translator