---
title: "How to get country name using geoplugin.net"  
description: "How to get country name using geoplugin.net"  
author: "marcel ethan"  
published: 2015-03-18  
updated: 2015-03-18  
canonical: https://www.mindstick.com/forum/23028/how-to-get-country-name-using-geoplugin-dot-net  
category: "javascript"  
tags: ["jquery", "google api"]  
reading_time: 1 minute  

---

# How to get country name using geoplugin.net

Hi I’m make a [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) where need to get [country](https://yourviews.mindstick.com/view/85543/do-you-think-that-french-will-be-islamic-country) [name](https://yourviews.mindstick.com/view/87450/how-to-generate-a-brand-name-using-linkedin-comprehensive-guide) where my [page](https://www.mindstick.com/articles/13031/why-to-make-a-wikipedia-page) is access.

How to possible in jquery.

Thanks in advance.

## Replies

### Reply by Samuel Fernandes

Try this code:

```
<script src="~/Scripts/jquery-2.1.3.min.js"></script>    <script language="JavaScript" src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script>    <title>Index</title>    <script>        document.write("Welcome to our visitors" + geoplugin_countryName());    </script>
```


---

Original Source: https://www.mindstick.com/forum/23028/how-to-get-country-name-using-geoplugin-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
