Skip to contents

Determine the language of the input text

Usage

sai_what_language(text)

Arguments

text

The text.

See also

Other translate: sai_is_language(), sai_translate()

Examples

sai_what_language(c("猿も木から落ちる", "你好", "bon appetit"))
#> [1] "Japanese" "Chinese"  "French"