In Google Maps API v3, add “language” attribute to script tag. For example, the following will set map to display Russian in location names and navigation buttons:
<script
src="http://maps.google.com/maps/api/js?sensor=false&language=ru-RU"
type="text/javascript"></script>
Result: