Chinese characters in dialogs

Answered

Recently, Chinese characters have appeared in several places in the dialog boxes.

I have read "Chinese characters in project settings menu" but I have not installed any third party plugins. Not even plugin 'Tiny Service'.

Screenshot:

Upload id: 2024_04_26_iTM9p6Ug4xuW8KewywSPrL (file: Chinese.jpg)

0
10 comments
Hi Ralf,
What kind of dialog is that? Where does it appear?
Can you provide the contents of the IDE's About dialog?
0

E.g. the dialog at Settings->PHP->Include Path->+

0
This action invokes the system file chooser.
Do you only have the problem in file chooser dialogs or other dialogs too?
0

No but it seems that all file chooser dialogs are affected

0
Hi,

The IDE uses the macOS system provided API to invoke the macOS native file chooser directly to pick files, which uses your macOS system language.
If you use the traditional Chinese in your macOS, the native file chooser would use the traditional Chinese too.
0

I don't use the traditional Chinese language in my macOS. In other programs, the file chooser is always in German. I can't even read Chinese.

But thanks for the hint, I realized that Chinese was set as a secondary language in the system settings. After I changed that, the file chooser in PS is also in German. 

Thank you very much

0

 

Although, there is not way to show the chinese dialog/suggestion still I am getting chinese suggestion

 

IntelliJ IDEA 2025.1.3 (Community Edition)
Build #IC-251.26927.53, built on June 23, 2025
Source revision: a5abecbe752fe
Runtime version: 21.0.7+9-b895.130 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 11.0
Kotlin plugin: K2 mode
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 20
Registry:
 ide.experimental.ui=true
Non-Bundled Plugins:
 ru.adelf.idea.dotenv (251.23774.318)
 Lombook Plugin (251.26927.70)
 gherkin (251.23774.318)
 cucumber-java (251.23774.318)
 Docker (251.26927.70)
 org.jetbrains.plugins.github (251.26927.54-IU)
 org.jetbrains.plugins.gitlab (251.26927.54-IU)
Kotlin: 251.26927.53-IJ
 

0

Sabbirh2010, thank you for reaching out. The suggestions like io.cucumber.java.zh_tw are coming from Cucumber’s multi-language support, which includes step definitions for various locales.

To prevent these from appearing in code completion, please follow these steps:

  1. Go to Settings | Editor | General | Auto Import
  2. Under Exclude from import and completion, click + Add
  3. Add the following entries:

    io.cucumber.java.zh_tw  

    io.cucumber.java.zh_cn  

    io.cucumber.java.ja

  4. Click OK / Apply

This should remove those suggestions from the auto-complete list.
Let me know if that helps.

0

Please feel free to reach out to us if you have any questions. We’re always happy to help!

0

Please sign in to leave a comment.