The Subtitle Language Detector takes an SRT pasted into the SRT Content box and reports which writing scripts actually appear inside it. It parses the file into cues, inspects the characters of each one, and returns a plain-text report naming every recognised script with the number of cues containing it, ready to copy or save as a .txt file.
This matters most to people who receive subtitle files rather than write them. Localisation vendors, dubbing studios and e-learning teams routinely inherit an SRT whose filename promises one language and whose contents deliver another, or a file where an outsourced translator left half the cues untranslated. A script check before translation, styling or burn-in catches those mix-ups while they are still cheap to fix.
Detection is purely character-range based, so nothing is guessed and nothing is sent to a translation service. Each cue is tested against Unicode ranges for Latin, Cyrillic, Greek, Arabic, Hebrew, CJK, Hangul, Devanagari and Thai, and a cue containing two scripts is counted under both, which is exactly how a partial translation shows up. The Latin test looks for A-Z and a-z, and the CJK test covers the unified ideograph block, so heavily accented or kana-only lines may not register. If nothing matches, the report says so rather than guessing.
Everything runs in your browser, so confidential pre-release scripts are never uploaded, and a feature-length file with thousands of cues is analysed the moment you press Run.