claude-code - 💡(How to fix) Fix Feature Request: UI language localization / Soporte de idioma en la interfaz [1 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#46397Fetched 2026-04-11 06:21:23
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1

Error Message

All CLI interface strings (confirmation dialogs, system prompts, error messages)

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

All CLI interface strings (confirmation dialogs, system prompts, error messages) are hard-coded in English with no way to change them. Messages like "This command requires approval" or "Do you want to proceed?" cannot be localized, even when the AI responses are configured in another language via CLAUDE.md. This creates an inconsistent experience for non-English speakers.

Proposed Solution

Add a language or locale setting in settings.json or via an environment variable (e.g. CLAUDE_LANG=es) to display CLI interface strings in the user's preferred language, with English as the default fallback.

Alternative Solutions

  • Respect the operating system's locale/language setting automatically.
  • Allow community-contributed locale files (locales/es.json, locales/fr.json, etc.)

Priority

Medium - Would be very helpful

Feature Category

Other

Use Case Example

A Spanish-speaking developer in Latin America uses Claude Code daily. While Claude responds in Spanish via CLAUDE.md, every system confirmation dialog appears in English, breaking the flow of work.

Additional Context

Claude's AI responses already support any language through CLAUDE.md instructions. Extending this to the CLI interface itself would make the tool fully accessible to a global audience.

extent analysis

TL;DR

Implementing a language or locale setting to display CLI interface strings in the user's preferred language is the most likely fix.

Guidance

  • Consider adding a language or locale setting in settings.json or via an environment variable to allow users to specify their preferred language.
  • Respect the operating system's locale/language setting automatically as an alternative solution to minimize user configuration.
  • Allow community-contributed locale files (e.g., locales/es.json, locales/fr.json) to enable support for multiple languages.
  • Update the CLI interface to use the selected language for all system prompts, error messages, and confirmation dialogs.

Example

No explicit code example is provided due to the lack of technical implementation details in the issue.

Notes

The proposed solution relies on the assumption that the current implementation of CLAUDE.md for AI responses can be extended to the CLI interface. The feasibility of this approach may depend on the underlying architecture and design of the system.

Recommendation

Apply a workaround by implementing a language or locale setting, as this approach is explicitly proposed in the issue and aligns with the goal of making the tool accessible to a global audience.

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING