Returns remote source language code.
Maps the source langcode of the job from local to remote.
string Remote language code.
Overrides JobInterface::getRemoteSourceLanguage
public function getRemoteSourceLanguage() {
return $this
->getTranslator()
->mapToRemoteLanguage($this
->getSourceLangcode());
}