Language Detector (offline) avatar

Language Detector (offline)

Pricing

from $1.00 / 1,000 text detecteds

Go to Apify Store
Language Detector (offline)

Language Detector (offline)

Detect the language of text in bulk (offline, franc). Returns ISO 639-3 code, language name and top candidates with scores. For content routing, moderation, i18n and data preprocessing. No key, no proxy.

Pricing

from $1.00 / 1,000 text detecteds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Detect the language of text in bulk — 100% offline (franc, 400+ languages), no key, no proxy, no external calls.

Input

{ "texts": ["Hello world", "Olá mundo, tudo bem?", "Bonjour le monde"], "minLength": 10 }

Output (per text)

{
"text": "Olá mundo, tudo bem?",
"language_code": "por",
"language": "Portuguese",
"reliable": true,
"candidates": [
{ "code": "por", "language": "Portuguese", "score": 1 },
{ "code": "glg", "language": "Galician", "score": 0.94 }
]
}

Use cases

  • Route content / support tickets by language
  • Content moderation & i18n pipelines
  • Clean and tag multilingual datasets

Returns ISO 639-3 codes with human-readable names. Very short text may return und (undetermined). Billed per text detected.