I was wondering if I could get some help regarding Amazon's Product Advertising API (formerly ECS) - I need to be able to return results of the English language only, but the code below returns books in a variety of languages.
$response = $amazonEcs->country('co.uk')->category('Books')->responseGroup('Large')->search('php');
Example of returned result:
"Ruby on Rails: Einstieg in die effiziente Webentwicklung. Mit Ajax / Web 2.0 PHP-Vergleich und Ruby-EinfüEhrung"
I am using PHP.
Thanks in advance - any help will be very much appreciated.