Implements EntityTranslationControllerInterface::getSourceLanguage().
Overrides EntityTranslationControllerInterface::getSourceLangcode
public function getSourceLangcode(array $form_state) {
return isset($form_state['translation_entity']['source']) ? $form_state['translation_entity']['source']->langcode : FALSE;
}