Question

As Google Translate API is now paid i found MSTranslateVendor Example as reference.Now as i run this code and create API key and app id it will translate my text but after some time aprox 10 min it's translate functionality will stop. [As i do some r & d for translator,at all most i found this example link as reference]

Now while i create new App Id and key and run application it will works fine but after some time same problem arrives.Please let me know some use full solution or reference to Translate text.

Was it helpful?

Solution

For this Translation you have Two Options

1) You have to register your application and purchase the key (for Google Translate API)

2) Used any Web-service which will translate your word in particular Language and then show their response

I used second option,I create PHP Web-service for translating my word. Here you may found use full blog for that usage-google-translator-api-free

OTHER TIPS

After you register with either Google or Bing translate, use FGTranslator to do the heavy lifting for you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top