Hi,

I would like to force the map to be displayed only in french.

Is there a way to do this ?

here is my code


                //options pour la carte GOOGLE MAP
        var optionsCarte = {
                zoom: 2,
                center: new google.maps.LatLng(44.4337339,26.0894501),
                mapTypeId: google.maps.MapTypeId.TERRAIN,
                navigationControlOptions: {
                                style: 
google.maps.NavigationControlStyle.ANDROID
                },
                mapTypeControlOptions: {
                        style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,
                        position: google.maps.ControlPosition.TOP_RIGHT
                },
        };
        maCarte = new google.maps.Map(document.getElementById("map"),
optionsCarte);


thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to