Categories
Tags
Agent Mode Astro Auto Accept Automation Camping changelog Chat clear CLI Code Actions Codex compact Component Design Configuration context Context Copilot copy Ctrl+S CUDA Cursor Day Trip delegate diff Dynamic Routing Editor Error Error Fix Error Handling experimental Gemini git GitHub GitHub Copilot Google Hiking Hot Springs init Installation Iwate Prefecture Kobe Linux Localization Mac Mention Meteor Shower Mode Switching model Nara Prefecture NES NoAdapterInstalled Node.js nvm OpenAI params plan PowerShell Prompt props Public Key Authentication Python Redirect Reference Rename research rewind SEO Settings share Shell Execution Shift+Tab Shortcut SSH SSH config ssh-copy-id Stargazing Static Site streamer-mode Student undo Update usage Visual Studio VS Code VS2026 Windows WSL
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
- Open Settings with
Ctrl + , - Search for
copilot locale - 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/
