Localisation / Region sepcific pages and content?
Permalink
Hi There
Does anyone know how you would go about having region specific content? For instance directing all American Users to one Page, French to another etc? Is this possible within the framework? If it requires dev work is there anyone out there who would be able to help if this is something that needs doing?
Thanks
Does anyone know how you would go about having region specific content? For instance directing all American Users to one Page, French to another etc? Is this possible within the framework? If it requires dev work is there anyone out there who would be able to help if this is something that needs doing?
Thanks
For localization, there is free Internationalization add-on:
http://www.concrete5.org/marketplace/addons/internationalization/...
With that you can create a language tree for each language.
With this add-on you can do an automatic redirection based on different detection criteria (e.g. browser language, user's country):
http://www.concrete5.org/marketplace/addons/language-manager/...
And if you need country-specific content (e.g. for users browsing from US and users browsing from UK), there is also an IP-detection framework available for technical people in the Language Manager add-on. If you need that, just pass a question in the forums of that add-on. We've done it and with that you can e.g. create a page that is only available for IPs inside US.
Antti / Mainio