JFileChooser On Java 11 , Problem Of Translation to French

前端 未结 1 852
我在风中等你
我在风中等你 2021-01-29 02:09

I make a migration to Java 11 and I have a problem in translation with JFileChooser panel.
I have a partial translation (In French), Is there a Java 11 bug? do you have a s

相关标签:
1条回答
  • 2021-01-29 03:04

    This is by design. See the release notes:

    Previous releases were translated into English, Japanese, and Simplified Chinese as well as French, German, Italian, Korean, Portuguese (Brazilian), Spanish, and Swedish. However, in JDK 11 and later, French, German, Italian, Korean, Portuguese (Brazilian), Spanish, and Swedish translations are no longer provided.

    According to JDK-8204973, the files are still in the source repository, but as far as I can see, they are included neither, in Oracle’s commercial build nor in prebuild OpenJDK bundles.

    Don’t ask me, what actual problem the omission ought to solve.

    0 讨论(0)
提交回复
热议问题