I have some Chinese addresses to get geocode. I'm pretty sure once it worked by codes like this
geocode("黎明侨村",source = "google")
but somehow now it doesn't work at more, which throws error like:
http://maps.googleapis.com/maps/api/staticmap?center=wenzhou&zoom=13&size=640x640&scale=2&maptype=roadmap&language=en-EN&sensor=false
Noted the message shows :"language=en-EN",I wonder is there a parameter to change the language to Chinese? Many thanks.
PS. I've already set R locale to china.
Sys.getlocale()
[1] "LC_COLLATE=Chinese (Simplified)_China.936;LC_CTYPE=Chinese (Simplified)_China.936;LC_MONETARY=Chinese (Simplified)_China.936;LC_NUMERIC=C;LC_TIME=Chinese (Simplified)_China.936"