115 words
1 minutes
How to Make Copilot Chat Always Reply in Your Language

The Problem#

You’re asking Copilot Chat questions in your native language, but the responses come back in English.

Adding “Please reply in my language” to every prompt is tedious and wastes tokens.

The Solution#

The github.copilot.chat.localeOverride setting lets you lock the Chat response language.

How to Configure#

  1. Open Settings with Ctrl + ,
  2. Search for copilot locale
  3. In “GitHub > Copilot > Chat: Locale Override”, enter your locale code (e.g., ja, fr, zh-CN)

Example settings.json#

{
  "github.copilot.chat.localeOverride": "ja"
}

The default is "auto", which follows the VS Code display language. If that doesn’t work as expected, setting the locale explicitly will fix the issue.

Other locale examples: "en", "fr", "de", "zh-CN", "ko".

Summary#

Set github.copilot.chat.localeOverride to your preferred locale code, and Copilot Chat will consistently reply in that language.

How to Make Copilot Chat Always Reply in Your Language
https://naonao-na.com/en/posts/vscode-copilot-setting-locale-override/
Author
[object Object]
Published at
2026-04-04