Skip to main content
Tuteliq detects and analyzes content in 27 languages. Language is auto-detected — no configuration required.

Supported Languages

Stable means fully validated with comprehensive test coverage. Beta languages are production-ready but may have slightly lower accuracy on edge cases. All beta languages include culture-specific analysis guidelines.

How Detection Works

Language detection uses a three-layer approach for maximum reliability:
1

Explicit code

If you pass a language parameter in the request context, it is used directly. This is the fastest path and guarantees the correct language is used.
2

Trigram detection

If no explicit language is given, the API runs trigram-based analysis on the input text to infer the language. This works well for most languages and requires no extra latency.
3

LLM confirmation

The LLM also identifies the content language during its analysis (at zero extra cost — same API call). When the LLM’s detection is a supported language, it takes precedence over the trigram result. This ensures correct detection for closely related languages like Norwegian/Swedish/Danish.

Response Fields

Every safety endpoint response includes language information:

Culture-Aware Analysis

Each supported language includes culture-specific guidelines that are injected into the classification prompt:
  • Local slang and idioms — Ensures teen slang and cultural expressions are correctly interpreted rather than triggering false positives.
  • Harmful terms — Language-specific lists of slurs, hate speech, and harmful terminology.
  • Grooming indicators — Language-specific grooming patterns, including pronoun formality shifts, culturally-specific pet names, and platform preferences by region.
  • Self-harm coded vocabulary — Coded phrases for self-harm and suicidal ideation in each language, beyond literal translations.
  • Filter evasion techniques — Language-specific evasion patterns: diacritic omission, Cyrillic-Latin homoglyph mixing (Bulgarian), Greeklish/Shlyokavitsa (Greek/Bulgarian Latin-alphabet writing), code-switching between related languages.
  • Cultural context — For example, Finnish profanity (e.g., “perkele”) is culturally common and treated differently than targeted insults. Norwegian analysis accounts for the janteloven cultural norm. Danish analysis is calibrated for sarcastic and self-deprecating communication styles. Dutch analysis flags disease-based swearing (e.g., “kanker-” prefix). Turkish analysis considers honor-based dynamics. Baltic and Balkan languages include parental emigration context for vulnerability assessment.

Examples

Auto-detection (Norwegian)

Explicit language code (French)

Unsupported language

If the detected language is not in the supported set and the text is long enough for reliable detection, the API returns an error:
For short texts where detection is unreliable, the API proceeds without language-specific guidelines rather than rejecting the request.