• Your shopping cart is empty!
FREE

IP2Location™ Continent Multilingual Database

IP2Location™ Continent Multilingual Database is a free database version for your download. The database contains the continent names in up to 81 languages. It is available in the CSV format (comma delimited).

You may download and use the IP2Location™ Continent Multilingual Database in your personal and commercial project, with attribution being required by mentioning the use of this data as follows, "The IP geolocation data is provided by https://www.ip2location.com", on your webpage and also in the documentation or advertising.

English

Download
Free download

Multilingual

Download
Free with registration
Features
Last Update 04 June, 2019
Database Format CSV Text File (Comma Delimited)
Database Fields
Name Type Description
lang VARCHAR(5) Language code based on ISO 639, except Chinese Simplified (ZH-CN) and Chinese Traditional (ZH-TW).
country_alpha2_code CHAR(2) Two-character country code based on ISO 3166.
continent_code CHAR(2) Two-character continent code.
continent VARCHAR(50) Continent name.
Sample Database
"lang","country_alpha2_code","continent_code","continent"
"EN","AD","EU","Europe"
"EN","AE","AS","Asia"
"EN","AF","AS","Asia"
"EN","AG","NA","North America"
"EN","AI","NA","North America"
MySQL Statement
CREATE TABLE `ip2location_continent_multilingual`(
	`lang` VARCHAR(5),
	`country_alpha2_code` CHAR(2),
	`continent_code` CHAR(2),
	`continent` VARCHAR(50),
	INDEX `idx_lang` (`lang`),
	INDEX `idx_country_alpha2_code` (`country_alpha2_code`),
	INDEX `idx_continent_code` (`continent_code`),
	INDEX `idx_continent` (`continent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

LOAD DATA LOCAL
INFILE 'IP2LOCATION-CONTINENT-MULTILINGUAL.CSV' INTO TABLE `ip2location_continent_multilingual`
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
LINES TERMINATED BY '\r\n' IGNORE 1 LINES;
License Information

This works is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).

It is free for personal or commercial use with attribution required by mentioning the use of this works as follows:
"This site or product includes IP2Location™ Continent Multilingual Database which available from https://www.ip2location.com."

Languages Supported
Language Code Language Name
AF AFRIKAANS
AM AMHARIC
AR ARABIC
AZ AZERBAIJANI
BE BELARUSIAN
Show More »
Continent (English)
Continent Code Continent Name
AF AFRICA
AN ANTARCTICA
AS ASIA
EU EUROPE
NA NORTH AMERICA
OC OCEANIA
SA SOUTH AMERICA