Identifies the language used in text within the specified range. Learn more
The DETECTLANGUAGE function in Google Sheets is used to detect the language of a specified text string or range of cells. This function analyzes the content of the input and returns a two-letter code that represents the detected language.
Here's the syntax for the DETECTLANGUAGE function: DETECTLANGUAGE(textorrange)
textorrange is the text string or range of cells that you want to analyze for language detection.
For example, if you have a column of text in different languages, you could use DETECTLANGUAGE to identify the language of each text string. The function can be useful for data analysis, translation, and other applications where language detection is necessary.