So can you add literally any language from the google translate?
[code]
langs["english"] = "en"
langs["spanish"] = "es"
langs["german"] = "de"
langs["french"] = "fr"
-- Can't you add more languages here?
[/code]
Would this even still work? It seems there's a paywall behind the Google Translate API now.
[IMG]http://i.imgur.com/MJ3ciIs.png[/IMG]
All these company's adding shitty payments just to use an API
[QUOTE=Jeezy;48755249]Would this even still work? It seems there's a paywall behind the Google Translate API now.
[IMG]http://i.imgur.com/MJ3ciIs.png[/IMG][/QUOTE]
this still possibly works or could potentially work again
[url=http://translate.google.com/translate_a/t?client=t&text=hello&hl=fr&tl=fr&pc=0]Translating hello to french[/url]
Maybe there's another translator API to use for free?
https://translate.yandex.net/api/v1.5/tr.json/translate?key="..translateapikey.."&lang="..from.."-"..to.."&text="..text
this will return a json table (jsontotable)
You just have to sign up for the api key
Though i believe this still works as intended anyways
Sorry, you need to Log In to post a reply to this thread.