GoogleApi.Translate
Google Cloud Translation API client library.
The Google Cloud Translation API lets websites and programs integrate with
Google Translate programmatically.Installation
Install this package from Hex by adding
google_api_translate to your list of dependencies in mix.exs:
def deps do
[{:google_api_translate, "~> 0.6"}]
endFor more information
Product documentation is available at https://code.google.com/apis/language/translate/v2/getting_started.html.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_translate.