When you pass in an English or Chinese sentence, this function will Open Youdao website browse translation results.

translate_view(input, from = "auto", to = "auto")

Arguments

input

An English or Chinese sentence.

from

The source language, an optional parameter.

to

The target language, an optional parameter.

Value

Just open a website and do not return any results.

Examples

# Example(Not run)
# translate_view("I like China")
# translate_view("quarto", from = "en", to = "zh-CHS")