claude-code - 💡(How to fix) Fix Voice dictation ignores language setting — transcribes Russian speech as English [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#47806Fetched 2026-04-15 06:41:47
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×3commented ×2

Code Example

{
  "language": "ru",
  "voiceEnabled": true
}
RAW_BUFFERClick to expand / collapse

Bug

Voice dictation (microphone button) transcribes Russian speech as English gibberish, completely ignoring the language setting.

Settings

{
  "language": "ru",
  "voiceEnabled": true
}

In ~/.claude/settings.json, language is set to "ru". According to docs, this should control the STT language.

Actual behavior

Speaking Russian into the microphone produces English words that make no sense:

"Yes. No work. Yeah. English speak. Okay. Rationalize. Russian language. Open."

(The user was saying something in Russian — the transcription is completely wrong English words.)

Expected behavior

Russian speech should be transcribed as Russian text when language: "ru" is set.

Environment

  • Claude Code version: 2.1.104
  • macOS Darwin 25.3.0
  • Microphone permission granted
  • System keyboard layouts: ABC + Russian

extent analysis

TL;DR

The issue may be resolved by verifying that the language setting is correctly propagated to the speech-to-text (STT) engine.

Guidance

  • Check the documentation for the STT engine used by Claude Code to ensure it supports the Russian language and the language setting.
  • Verify that the language setting in ~/.claude/settings.json is being read and applied correctly by the application.
  • Test the voice dictation feature with a different language setting to see if the issue is specific to Russian.
  • Review the system keyboard layouts to ensure that the Russian layout is properly configured and selected.

Example

No code snippet is provided as the issue seems to be related to configuration and settings rather than code.

Notes

The issue may be related to a limitation or bug in the STT engine or the way Claude Code handles language settings. Further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Try setting the system keyboard layout to Russian before using the voice dictation feature to see if it resolves the issue. This may help determine if the problem is related to the system configuration or the application settings.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Russian speech should be transcribed as Russian text when language: "ru" is set.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Voice dictation ignores language setting — transcribes Russian speech as English [2 comments, 2 participants]