public function EntityTranslationHandlerInterface::setOriginalLanguage in Entity Translation 7
Sets the language of the original translation.
Parameters
$langcode: The language code of the original content values.
1 method overrides EntityTranslationHandlerInterface::setOriginalLanguage()
File
- includes/
translation.handler.inc, line 173 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function setOriginalLanguage($langcode);