claude-code - 💡(How to fix) Fix Add Spanish (and other languages) UI localization support

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…
RAW_BUFFERClick to expand / collapse

Feature Request: UI localization / Spanish interface support

Currently, the \language\ setting in \settings.json\ only changes the language of Claude's responses, but the Claude Code interface (input placeholder 'Ask a question...', buttons, menus, etc.) remains in English with no way to change it.

It would be very useful to have full UI localization support, especially for Spanish-speaking users in Latin America and Spain who represent a large portion of the user base.

Current behavior: Interface is English-only regardless of system language or \language\ setting.

Expected behavior: UI elements should respect the user's preferred language, similar to how VS Code handles language packs.

extent analysis

TL;DR

Implementing UI localization support, such as adding language packs, is likely the most effective way to address the issue of the interface remaining in English.

Guidance

  • Review the current implementation of the \language\ setting in \settings.json\ to understand how it only affects Claude's responses and not the UI elements.
  • Investigate the feasibility of introducing language packs, similar to VS Code, to support multiple languages, including Spanish.
  • Consider the requirements for translating UI elements such as input placeholders, buttons, and menus to ensure a consistent user experience.
  • Evaluate the need for a fallback mechanism to handle cases where a user's preferred language is not supported.

Example

No code snippet is provided as the issue is focused on feature request rather than a specific code-related problem.

Notes

The solution may involve significant changes to the application's architecture and requires careful consideration of the user experience and potential technical challenges.

Recommendation

Apply workaround: Implementing a basic translation mechanism for UI elements, such as using a separate translation file for Spanish, could be a temporary solution until full UI localization support is developed.

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

claude-code - 💡(How to fix) Fix Add Spanish (and other languages) UI localization support