Internationalization
seanray - July 2, 2009 - 14:48
hi,
I want to use Drupal to build a site which is fully internationalized.
Below are what I plan:
1. Site can be displayed in different language, such as English, Japanese, Chinese, etc
2. Visitors can select their country, and language. And only the content with that lauguage and that country will be display for the given users.
I know to display different language, I can use module Content translation, and locale.
But for requirement, what module I can use, I have checkout CountryCode, and Internationalization module, but looks like they are in development phase now. Any other choice I can make and any guide?
Thanks,
Ray.

_
See:
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
Thanks WorldFallz. The links
Thanks WorldFallz. The links you provide will help me resolve the issue for multilinguish. But I still have requirement to display the content based on the country of the visitors. Is there any other module I can use?
Thanks,
Ray.
Best Drupal Hosting | Best Web Hosting | Web Hosting Coupon
Hi, IP 2 Locale is able to
Hi,
IP 2 Locale is able to redirect users to a specific site version based on the originating country of their IP address. It can use one or more IP lookup modules to translate the users IP address into a country code. Mappings can then be provided from country code to language code, and these mappings will be used to determine which version of the site to redirect to. Redirections can be configured to happen for the initial page request of a 'session' only (where 'session' is, a user coming from external site), or for every single page request.
http://drupal.org/project/ip2locale
Is there any module can do
Is there any module can do the job like this:
1. Defining Country Code
2. Mapping IP into country code
3. Tag content with country code
4. Filter content based on country code and language.
Thanks,
Ray.
Best Drupal Hosting | Best Web Hosting | Web Hosting Coupon