Language Detector avatar
Language Detector

Pricing

Pay per usage

Go to Store
Language Detector

Language Detector

Developed by

Karim

Karim

Maintained by Community

Detect the language of each line of text using machine learning. Paste multiple lines of text into the input, and this actor will identify the language of each one, returning results with confidence scores and alternative guesses based on a trained statistical model.

0.0 (0)

Pricing

Pay per usage

0

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

a month ago

You can access the Language Detector programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "text": "Hello, how are you?\\nBonjour, comment ça va?\\nHola, ¿cómo estás?\\nこれは日本語です。"
<}' |
<apify call zsoftware/language-detector --silent --output-dataset

Language Detector API through CLI

The Apify CLI is the official tool that allows you to use Language Detector locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: