claude-code - 💡(How to fix) Fix Conversation titles are generated in English despite language: "japanese" setting [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#48391Fetched 2026-04-16 07:01:30
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Conversation/session titles are automatically generated in English even when the language setting is configured to "japanese" in ~/.claude/settings.json.

Root Cause

Conversation/session titles are automatically generated in English even when the language setting is configured to "japanese" in ~/.claude/settings.json.

Code Example

{
  "language": "japanese",
  ...
}

---

- 日本語でのコミュニケーションを基本とする
- 会話のタイトル(件名)も必ず日本語で生成すること
- 英語のタイトルは使わない
RAW_BUFFERClick to expand / collapse

Description

Conversation/session titles are automatically generated in English even when the language setting is configured to "japanese" in ~/.claude/settings.json.

Configuration

settings.json:

{
  "language": "japanese",
  ...
}

CLAUDE.md also explicitly instructs:

- 日本語でのコミュニケーションを基本とする
- 会話のタイトル(件名)も必ず日本語で生成すること
- 英語のタイトルは使わない

Current Behavior

  • Responses within conversations are correctly in Japanese
  • However, auto-generated conversation titles in the sidebar are often in English
  • Examples of English titles that should be Japanese:
    • "Review past project experiences"
    • "Auto-update monthly form options da..."
    • "Add user authentication to web applic..."

Expected Behavior

When language is set to "japanese", conversation titles should also be generated in Japanese.

Environment

  • Platform: macOS (Darwin 25.3.0)
  • Claude Code (Desktop app)

extent analysis

TL;DR

The issue can likely be resolved by ensuring the language setting is correctly applied to conversation title generation in the Claude Code Desktop app.

Guidance

  • Verify that the language setting in ~/.claude/settings.json is correctly set to "japanese" and that the file is being read by the app.
  • Check if there are any other configuration files or environment variables that might be overriding the language setting.
  • Review the CLAUDE.md instructions to ensure that all requirements for Japanese communication are being met, including generating conversation titles in Japanese.
  • Test the app with different language settings to see if the issue is specific to Japanese or a more general problem with language handling.

Example

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

Notes

The issue might be related to how the Claude Code Desktop app handles language settings or generates conversation titles. Without more information about the app's internal workings, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: Until the issue is fully resolved, manually translating and setting conversation titles in Japanese might be necessary to ensure compliance with the CLAUDE.md instructions.

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