I've problem setting up FAQ module to aware of multilanguage setting.

My situation:

  1. My FAQ consists of 3 languages of the same contents.
  2. FAQ categories are enabled in admin/settings/faq/categories.
  3. In Taxonomy (admin/content/taxonomy), a "FAQ categories" vocabulary of no specific language associated with it is created. This vocabulary is of "FAQ" type.
  4. A list of terms are created in the vocabulary. Each if these terms have associated languages. They also formed a translation relationship. What I mean is that I've 6 terms in English. I also created 2 sets of the same 6 terms in 2 different languages.
  5. I created FAQ contents and choose the appropriate terms. The contents are translated and use the corresponding terms in that language.
  6. I set up "language" module to switch languages using prefix. e.g. http://www.my-website.com/en/faq for English version, http://www.my-website.com/de/faq for German, etc.
  7. No matter how I browse the website, http://www.my-website.com/en/faq or http://www.my-website.com/de/faq, the front FAQ page lists terms in *ALL* languages.
  8. It is the same for the FAQ block.
  • FAQ version: 6.x-1.6
  • Multilanguage modules 6.x-1.0-beta1
  • Taxonomy 6.2

Comments

stella’s picture

What are your settings at admin/settings/i18n?

Cheers,
Stella

soaringalbatross’s picture

Status: Active » Closed (fixed)

Thanks. After, I changed the setting in admin/settings/i18n to "Only current language", it works. Thanks a lot! :)

najibx’s picture

Status: Closed (fixed) » Active

Hi ...
I have i18n setup with "Only default language and language neutral." ... and cleared all cache, but it seems that i keep getting the english version. On other note, I was able to have FAQ page title and description in multi language by providing i18n variables in settings.php. In addition, the taxonomy (FAQ Group is translated fine via String interface).

Since the node is translated, I could switch language on it's node page (but not via en/faq or ms/faq). Any tips why this is happenning?

TQ

stella’s picture

Status: Active » Fixed

It's because you're using "Only default language and language neutral". If your default language is set to English, then only English faqs will appear. Please try one of the other i18n options.

Also please don't re-open previously closed and fixed issues, instead open a new support request for your problem.

Cheers,
Stella

najibx’s picture

ahhh ... somebody must have change my initial configuration from "Current language and language neutral." to "Only default language and language neutral". This solve many other issues i am having.

Thanks !

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.