Skip to contents

You don't know in which language is a string written? Detect it using this function.

Usage

detect_language(str)

Arguments

str

The string you want to detect the language

Examples

if (FALSE) { # \dontrun{
detect_language("what language is this?")
} # }