Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL authored Sep 13, 2016
1 parent f7bb62f commit ad9c87d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,18 @@ Instantiate the class using your secret keys

$amazonAPI = new AmazonAPI( $keyId, $secretKey, $associateId );

It supports all Amazon regions : Canada ('ca'), China ('cn'), Germany ('de'), Spain ('es'), France ('fr'), Italy ('it'), Japan ('jp'), United Kingdom ('uk') and United States ('us'). The default is UK but to set the locale call SetLocale __before__ calling the product methods. E.g.
It supports all Amazon regions:
* Canada ('ca')
* China ('cn')
* Germany ('de')
* Spain ('es')
* France ('fr')
* Italy ('it')
* Japan ('jp')
* United Kingdom ('uk')
* United States ('us').

The default is UK but to set the locale call SetLocale __before__ calling the product methods. E.g.

$amazonAPI->SetLocale( 'us' );

Expand Down

0 comments on commit ad9c87d

Please sign in to comment.