change language of GMapTypeControl.

Discussion in 'Google API' started by actino, Sep 3, 2009.

  1. #1
    Hi all
    I like to change the language of GMapTypeControl. (see link below)

    I have for each language (de/fr/en) a .js-code where I like define
    the language of the GMapTypeControl.
    function doGoogleMapApiLoad(id, lat, lon, zoom) {
    	// die Map (für das div mit der id="...")
    	var map = new GMap2(document.getElementById(id)); 
            map.addControl(new GMapTypeControl());
            }
    
    Code (markup):
    Does someone has an idea?

    thank you very much
    sincerly, actino

    example. always in german: http://dev6.format-ag.ch/de/kontakt/index.php
     
    actino, Sep 3, 2009 IP