I have gone through all the available tutorials and instructions and issues but still my translation not working. everything working fine but not translation of the content.
System environmental information
1. Drupal 7.32
2. PHP 5.4.2
3. Apache 2.2.22

Installation and configuration of the modules following the instructions below

1. https://www.drupal.org/node/1268692
2. https://www.drupal.org/node/133977
3. https://www.youtube.com/watch?v=kH_DwwEQf0k

Issus: when I am translating a node it is creating separate node but it is saving in English as original language, when switching to other language like Japanese http://localhost:81/drupallang/ja/page3 it don’t translate into Japanese but display in English, even if I create a node on other Language it create English content.

Thanks in advanced

Comments

vietdrupal’s picture

I think you need install module i18n.
To switch to translated node, you should enable Language Switching block.

prabirchoudhury’s picture

Hi Viet

Thanks for your response. I have already installed i18n module along with other and tryed with Language Switcher module but NO luck yet.
Please find from the list below what I have made for Multilingial

1. Enabled Core Modules below
Locale
Content Translation

2. Added list of modules below
Internationalization (i18n)
Variable (required by many of the translation modules)
Localization Update
Language Icons
Translation Overview,
Internationalization Views,
Language Switcher

3. made changes on
Content type (Multilingual support , Require language (Do not allow Language Neutral), Normal - All enabled languages will be allowed. ),
Language, Multilingual settings

4. Clear cache

Added new content and transaled to Japanese

Still not translatinf to Japanese but remaining on english.

Thanks again

Prabir

wusel’s picture

Don't use "Content translation" but use "Entity translation"!

Never use both within the same website!

Wusel

prabirchoudhury’s picture

Hi
Thanks for uyour response, I dont know what wrong I am doing but I reinstalled and done with entity translation only this time but translation not working this time even. Translated content also saving as original in english.

Thanks

Puneeth Kumar N’s picture

I am also stuck with the same problem can any one help

dynahiol’s picture

enable translation on field.

ips.drupal’s picture

Have you got any solution than please help me to sort out this problem.
Thanks in advance

medemer’s picture

Can you check if you have the correct settings for the language detection.

see: …/adminstration/configuration/regional and language/languages/detection and selection

The detection options for the "user interface translation" and the "content translation" are defined separately (The settings for content translation also apply to items translated with entity translation"). If your user interface translates but not your content or the other way around; the detection might be the problem. (If both are incorrectly set, the language switcher will not appear.)

ips.drupal’s picture

Thanks for the reply .

i've set configuration same as you have mention but still not working.
Actuly i have created node content that's display in home page and whenever i 'm trying to translate then same translated content is showing in English Version too.
 

medemer’s picture

If you are struggling with the content translation of your homepage, you might want to try the solution "Different node or path per language as the homepage" that is described on that page. (note: I had to include the language prefix in the paths to make it work).

A more detailed description is given by Ben Goodyear.

I hope you can get it to work...

ips.drupal’s picture

Thanks man