T
T
The Whiz2013-08-30 08:42:32
JavaScript
The Whiz, 2013-08-30 08:42:32

jQuery AddressPicker in Russian or similar "card" solutions?

Gentlemen, there is such a jQ plugin AddressPicker - does anyone know if it is possible to make it work in Russian? If not, tell me if there are similar solutions (so that the user enters only the address, and the city / country is automatically caught)?

Thanks

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Viktor Kuznetsov, 2013-08-30
@modernstyle

This plugin uses the Google Geocoding API as far as I understand. Probably, it's enough just to change / specify the locale when connecting Google scripts: developers.google.com/maps/documentation/javascript/basics#Localization
That is, you can try this:
<script src="http://maps.google.com/maps/api/js?sensor=false&language=ru"></script>

D
dikkini, 2013-08-30
@dikkini

uh, I entered the street in Moscow using the link in Russian and everything appeared ...

Z
Zoberg, 2013-08-30
@Zoberg

A good article came up recently . Perhaps that will also be useful.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question