Google translate text-to-speech in British

Mike Thrussell picture Mike Thrussell · Jun 13, 2012 · Viewed 27.9k times · Source

I'm using the (unofficial) Google translate TTS api to retrieve mp3s to support disabled learners to read web pages. It all works fine, however we have an American accent (we're in the UK!). When I use Google translate however, it fetches the mp3 with a British accent - how do I invoke this behavior?

I've used the same GET request URL so I can assume it's not that:

http://translate.google.com/translate_tts?q=testing+1+2+3&tl=en

(I've played with other language codes (en-gb) with no luck - fr works for french however.)

Many thanks