Page 1 of 1

Direction language

PostPosted: 30 Jul 2014 15:29
by assapan
Hi,
I have read over internet that the direction render service language is extracted from the browser language , but when i do so , with demo software or with mine only one of the words is translated by all the rest is in english,
i tried on chrome , firefox , IE .
Any idea ?

Re: Direction language

PostPosted: 30 Jul 2014 15:36
by Alexander Bulei
Hi assapan,

You need change the language in GoogleMapsAPIUrl (property):

delphi code
http://maps.google.com/maps/api/js?sensor=false&language=en


Example:

delphi code
http://maps.google.com/maps/api/js?sensor=false&language=fr


Best Regards.

Re: Direction language

PostPosted: 30 Jul 2014 16:28
by assapan
:o
i was searching it in the direction render region !!!

thanks a lot it works

Re: Direction language

PostPosted: 01 Aug 2014 08:25
by assapan
Hi , it's me again.
In my application the user can select the language regardless of the browser language , on Gmap3 using the javascript parameter the language change only if the user reload the page .
Do you have any idea on how i could overcome this problem ?

Re: Direction language

PostPosted: 01 Aug 2014 09:09
by Alexander Bulei
Hi assapan,

AjaxReRender will reload the js files.

Best Regards.