I have a dual language d7 site with translated content - english and swedish with english being the default. It works mostly but what doesnt work is that the http content language header is always "EN" as well as the first html tag generated in system/html.tpl.php when I want it to match the node/content language.
I'm working around this with kludgy fix in my theme template.php but is there a better way?
My aim is to show a Dutch site when someone goes to www.example.nl and to show an English site when one goes to www.example.com. But after a lot of trial and error I have not managed to do this.
I am using Drupal 7. I have translated my site via entity translation.
I have both xampp 1.8.2 and 1.8.3 in my Windows 8.1 computer, for running D7-33 and D8.0.0B3
In D8b3 the import of a language never ends (after 8 hours, stuck at 98%/ 92% or similar, "importing translation for drupal")
When checking languages, they do appear in the listing, with about 90% of the "interface translation" done (4599, 4600, 4800 out of 5237 supposedly strings)
Seems that the process hangs out at a given moment, more or less around 90% of the work.
My web site is configured in two languages. How to do to share the same comments in the articles? Now, the comments appears only for each language (if the user did the comment in spanish, this no appear in the other language).
Thanks! :)