Now I do this:
jQuery.getJSON("http://freegeoip.net/json/", function(data) { var city = data.city; var lat = data.latitude; var lng = data.longitude; jQuery('#curr_location').html(city); }); Now as described above. But I get the city in Latin. Is there a way or another API for getting a city in Cyrillic?