Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Summary
The Japanese locale is active, but the main application menu is only partially localized.
Actual behavior
Only “Run” is translated as “実行(R)”. The following standard menus remain in English:
- File
- Edit
- Selection
- View
- Go
- Terminal
- Help
The Japanese Language Pack is installed, and the locale is set to Japanese. The problem occurs consistently after restarting Cursor.
Environment
- Cursor version: 3.11.13
- Embedded VS Code version: 1.125.0
- Operating system: Windows 11, build 10.0.26200
- Japanese Language Pack version: 1.125.0
- Extension ID: ms-ceintl.vscode-language-pack-ja
Steps to Reproduce
- Open Cursor IDE on Windows 11.
- Install “Japanese Language Pack for Visual Studio Code”.
- Set the locale to Japanese with the following configuration in argv.json:
{“locale”: “ja”} - Fully quit Cursor.
- Restart Cursor.
- Open the editor window and check the application menu.
- Observe that only “Run” is displayed as “実行(R)”, while File, Edit, Selection, View, Go, Terminal, and Help remain in English.
Expected Behavior
When the Japanese locale and the official Japanese Language Pack are enabled, the standard application menus should be displayed in Japanese, including File, Edit, Selection, View, Go, Terminal, and Help.
At minimum, Cursor should clearly document which parts of the application menu are not localized.
Screenshots / Screen Recordings
![]()
Operating System
Windows 10/11
Version Information
Version: 3.11.13 (user setup)
VS Code Extension API: 1.125.0
Commit: 3f21b08f0b436a07be29fbfe00b304fa15553350
Date: 2026-07-10T01:45:28.254Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
No - Cursor works, but with this issue