JFileChooser On Java 11 , Problem Of Translation to French

冷暖自知 提交于 2020-06-09 05:50:54

问题


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 solution please?
Thank you


回答1:


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.



来源:https://stackoverflow.com/questions/57938248/jfilechooser-on-java-11-problem-of-translation-to-french

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!