How to change "generate commit message" language?

Commit message AI: works with .cursorrules

The AI-generated commit message feature works with .cursorrules file

I wrote following instructions on .cursorrules

# Commit Message Rules
Commit messages are typically written in Korean.
Message must start with following headers
- **[Release]**: Major feature (e.g. project completion); use for the final commit when pushing to the main server.
- **[Making]**: Work in progress. Use when a Feat is not yet complete. Commits for temporary code storage.
- **[Feat]**: Feature
    - **[Refactor]**: Code refactoring (code cleanup).
    - **[UI]**: User interface.
- **[Bugfix]**: Bug fix. Use for fixes made after a Feat.
    - **[Hotfix]**: Hotfix; for urgent changes when a detailed commit message is omitted.
- **[Docs]**: Documentation (e.g. dev docs, comments).
    - **[I18n]**: Use for translation.

And it works

Tested on cursor version 2.4.28 windows