Is there a way to specify the language of the query keywords supplied
to the ImageSearch.execute() method? For example, I like to do image
search for "football" as if I am doing it from the French interface,
http://www.google.fr/images. This gives me soccer ball images, instead
of the American football images.
I understand that I can load the search module with the language
option, e.g., google.load("search", "1", { "language" : "fr" }).
However, this locks the session to this language. If I want to do a
subsequent search on the same page, I can't change to another
language. Calling google.load() again with a different language
appears, as you would expect, to be a no-op, since the module is
already loaded.
Bottomline: How can I execute multiple image search AJAX calls in the
same page with keywords in different languages?
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" 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-ajax-search-api?hl=en.