R/language_detect.R
language_detect.Rd
This function detects the language of a given text using the Google Translate API.
language_detect(text)
The text for which the language needs to be detected.
A character string representing the detected language.