Hi all,

For informations I’m on drupal 7.8, work with Views 7.x-3.0-rc1 and i18n 7.x-1.0.

I have a french term which is translated in english.
When I translate a french node tagged with the french term in english, the field (type: term reference) became empty, and when I write the English term, the autocompletion does nothing. If i set %, the field still empty. (% works on other fields)

Then, i try to tag english content with the french term, and this time, the autocompletion does the job.

Question is: Do i have to set the tag in french, even on english content? With consequence the need to change views render for display the good term (if it is possible), or is it a thing i miss with the autocompletion?

I search on Google and Drupal forum / module, I don’t find nothing which answered this question…

So, if you some knowledge about that, i’ll take it!

(and sorry for my english… but you know french people speaks only french ;)

Comments

edwu’s picture

For the translation sets to work, you'll need to set a language for the term first. After you set the language for that term, you can use the autocomplete for that language and pull the term. Or you can also go to the taxonomy page, and there will be a translate tab on top where you can translate as well.