English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Automatically, depending on the country the browser is physically located?

2007-08-12 17:46:00 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

For instance to have a Tagalog language page display in Philipines with advertisers who serve that area, while at the same time having a Spanish-language page with local ads displays in Spain and even a version written in Haitian Creole? Piti, piti, wazo fe nich li.

2007-08-12 17:59:58 · update #1

3 answers

To elaborate a bit more than the last guy, you would need a dynamic scripting language such as ASP, PHP or ASP.NET. There are built in functions in each of those languages to find out the IP address and then create or place content on a page according to their location.

But finding out the IP Address is only part of the problem. You then need to know what area or country that IP belongs to. Check out this link, http://www.analysespider.com/geo-targeting/geo-targeting.html. I think it may shed a bit mor e light on it for you.

2007-08-17 12:09:40 · answer #1 · answered by freakazoidic 2 · 0 0

Use a script language to determine the location of the requesting IP address -- based on location, show the desired content.

2007-08-12 18:01:14 · answer #2 · answered by mdigitale 7 · 0 0

You can accomplish this using JavaScript - although the above answer is correct, you should strive for compatibility across all browsers. The website below is always helpful. Here's the link to what you are looking for:

2016-05-21 03:35:46 · answer #3 · answered by ? 3 · 0 0

fedest.com, questions and answers