powered by
Translate word using Linguee Translation API
linguee_word_translation( word, target_language, source_language, guess_direction = FALSE, follow_corrections = "always" )
Translated word options.
This is the word that you want to translate.
This is the language that you want to translate the word into.
This is the language of the word that you want to translate.
Specifies whether the API should guess the translation direction when the source language is set to "auto". The default value is FALSE.
Specifies whether the API should include translations that have been marked as corrections. The default value is "always" to include corrections.
# \donttest{ linguee_word_translation("hello", target_language = "es", source_language = "en") # }
Run the code above in your browser using DataLab