hook_node_prepare_translation($node)Act on a node object being cloned for translation.
This hook is invoked from translation_node_prepare() after the node is loaded. $node->language is set to the language being requested, and $node->translation_source is set to the node object being cloned.
$node The node object being prepared for translation.
modules/node/node.api.php, line 568
<?php
function hook_node_prepare_translation($node) {
}
?>