I'm not exactly sure why but I seem to have found an issue where the domain switching is confused on views. I think it's mainly because views themselves are language neutral.

If you have
* Domain-english.ca - set to English
* Domain-francais.ca - set to French

Then you go to Domain-francais.ca on a page with a view and click on the language switcher it will render the site in the other language on teh same domain --oops!

Has anyone seen this before or have a proposed solution :/

Comments

ShaneOnABike created an issue. See original summary.

ShaneOnABike’s picture

Project: Language Multidomain » Internationalization
Component: Code » Blocks

Actually this has more to do with the International module then this module. Sorry I'm pushing it over there!

ShaneOnABike’s picture

Project: Internationalization » Core development
Version: 7.x-1.x-dev »
Component: Blocks » Code
ShaneOnABike’s picture

Project: Core development » Drupal core
Version: » 7.x-dev
Component: Code » language system
Category: Task » Bug report
Priority: Major » Normal

Finally figured out who this belonged too...

Essentially, to ellaborate for some strange reason the domain is never properly set on the fetching of the language. It's left blank on the primary domain resulting in this strange issue whereby views never works. I *hope* this is the right place for this.