I have a cck content type called cck-test-type with disabled multilingual support from i18n and visitors can see the same content version as they switch to different languages.
My question: Would it be possible to create a set of taxonomy terms with no language option for each term? What I want is if assign this vocabulary to cck-test-type, the single set of terms can be display in any language status.
I try this way but not possible: I created a vocabulary with no language option and added some terms to it. the problem is a language (for me, English or Dutch) must be selected for each term. If no language (blank option) is set, it will be forced automatically to English after save it. The result will be that if visitors switch between English and Dutch, this set of terms will display only at English status but not at Dutch status.
Any solution? Thanks!
Comments
Comment #1
mardy78 commentedI suspect this is the same issue as this other one:
http://drupal.org/node/67095
Comment #2
astra commentedUpdating with that patch i18n_taxonomy_term.patch.txt from http://drupal.org/node/67095 now it works.