I use Entity translation and Field translation,then I set my content type Multilingual support I selected Enabled, with entity translation and Synchronize translations I selected Configurable fields —>Body .Now I translate my created node. Then I saved the translated content ,it's has a link on view,but I click this link ,it's original content link ,no translated.Now how can I call my translated content on a page.
Some attachments!
I really appreciate !

CommentFileSizeAuthor
view.jpg36.88 KBlindalai
syn.jpg39.33 KBlindalai
publish.jpg52.81 KBlindalai
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lindalai’s picture

And I have some other issue,when I selected Field translation,my forum will an error :Error
The website encountered an unexpected error. Please try again later.
The report is :PDOException: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'status' in where clause is ambiguous: SELECT f.tid AS tid, COUNT(n.nid) AS topic_count, SUM(ncs.comment_count) AS comment_count FROM {node} n INNER JOIN {node_comment_statistics} ncs ON n.nid = ncs.nid INNER JOIN {forum} f ON n.vid = f.vid INNER JOIN {node} node ON f.tid = node.tid WHERE (status = :db_condition_placeholder_0) AND (n.language IN (:db_condition_placeholder_1, :db_condition_placeholder_2)) GROUP BY tid; Array ( [:db_condition_placeholder_0] => 1 [:db_condition_placeholder_1] => en [:db_condition_placeholder_2] => und ) in advanced_forum_forum_load() (line 142 of E:\AppServ\www\d3\sites\all\modules\advanced_forum\includes\core-overrides.inc). How can I solve these problems?