translate_with_google_cloud {shiny.i18n} | R Documentation |
This provides functions for automatic translations with online APIs Translate with Google cloud
Description
This is wrapper for gl_translate
function from googleLanguageR
package.
Usage
translate_with_google_cloud(txt_to_translate, target_lang)
Arguments
txt_to_translate |
character with text to translate |
target_lang |
character with language code |
[Package shiny.i18n version 0.3.0 Index]