- Joined
- Feb 2, 2006
- Messages
- 1,621
Hi,
I'd like to write a tool which does automatically translate texts from German into English and replaces them in a new output file or directly in the text.
Unfortunately, I have no experience with an API like this. Google translate seems to use the input text as GET parameter. Beside I've found this: Translating Text | Google Cloud Translation API Documentation | Google Cloud Platform
but apparently you need an application key and therefore to pay for it?
What would be the best way to realize this using simple HTTP requests? Just make a call like:
Google Translate
and parse the result? Or is there any better API?
edit:
Found this service: Google Translator Toolkit
But I am not sure if it can parse war3map.wts files and if there is a HTTP API.
I'd like to write a tool which parses the war3map.wts file and makes a request for every entry of the war3map.wts file.
I'd like to write a tool which does automatically translate texts from German into English and replaces them in a new output file or directly in the text.
Unfortunately, I have no experience with an API like this. Google translate seems to use the input text as GET parameter. Beside I've found this: Translating Text | Google Cloud Translation API Documentation | Google Cloud Platform
but apparently you need an application key and therefore to pay for it?
What would be the best way to realize this using simple HTTP requests? Just make a call like:
Google Translate
and parse the result? Or is there any better API?
edit:
Found this service: Google Translator Toolkit
But I am not sure if it can parse war3map.wts files and if there is a HTTP API.
I'd like to write a tool which parses the war3map.wts file and makes a request for every entry of the war3map.wts file.
Last edited: