WordTranslation

WordTranslation["word",lang]

gives translations for word into the language lang.

WordTranslation["word",lang1lang2]

gives translations for word from lang1 to lang2.

Details

  • Languages can be specified using entities of type "Language", or strings corresponding to standard names of languages.
  • WordTranslation["word",All] translates into as many languages as possible, giving an association whose keys are languages and whose values are translations.
  • WordTranslation["word",lang->All] translates from lang to as many languages as possible.
  • WordTranslation["word",All->lang] translates from as many languages as possible to language lang.
  • WordTranslation["word",All->All] gives a nested association whose outer and inner keys are respectively languages being translated from and to.

Examples

Basic Examples  (5)

Translate a word to French:

Translate from Spanish to Dutch:

Translate from English to as many languages as possible:

Translate from Dutch to as many languages as possible:

Translate from any language to other languages:

Wolfram Research (2015), WordTranslation, Wolfram Language function, https://reference.wolfram.com/language/ref/WordTranslation.html.

Text

Wolfram Research (2015), WordTranslation, Wolfram Language function, https://reference.wolfram.com/language/ref/WordTranslation.html.

CMS

Wolfram Language. 2015. "WordTranslation." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/WordTranslation.html.

APA

Wolfram Language. (2015). WordTranslation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/WordTranslation.html

BibTeX

@misc{reference.wolfram_2023_wordtranslation, author="Wolfram Research", title="{WordTranslation}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/WordTranslation.html}", note=[Accessed: 29-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_wordtranslation, organization={Wolfram Research}, title={WordTranslation}, year={2015}, url={https://reference.wolfram.com/language/ref/WordTranslation.html}, note=[Accessed: 29-March-2024 ]}