Can Dolphin 6.x automatically detect the language and redirect the user to the according localization? That would me much smarter than the manual language selection.
Thanks!
Dirk
Can Dolphin 6.x automatically detect the language and redirect the user to the according localization? That would me much smarter than the manual language selection. Thanks! Dirk |
The script cannot do this by default. However, there are some mods out there that can do this. I personally had a developer do this for me, along with making email templates, site news, and polls translatable. He made the language switch according to browser settings. The developer who did this is: citizenkane Taking Dolphin and Making Profitable Websites Since 2009 :) |
The script cannot do this by default. However, there are some mods out there that can do this. I personally had a developer do this for me, along with making email templates, site news, and polls translatable. He made the language switch according to browser settings. The developer who did this is: citizenkane LeonidS is CitizenKane. It's one of the pseudo-accounts he uses when he doesn't want to be affiliated with his real account. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
OK, found the solution myself: 1. create a copy of your index.php and call it e.g. start.php 2. use this code in your index.php as a language detection tool to call the according localized start page correctly: <script type=text/ not a big deal at all. Dirk |
Ahh, interesting. Thanks for sharing. Taking Dolphin and Making Profitable Websites Since 2009 :) |