Localizing JavaFx Controls

后端 未结 4 1623
悲哀的现实
悲哀的现实 2020-12-10 19:11

I am trying add a ResourceBundle for my language for the JavaFx controls but am failing to do so.

I tried to add controls_fi_FI.properties in the classpath.. and hop

4条回答
  •  情书的邮戳
    2020-12-10 19:27

    it's just that I am trying to localize the built-in control strings.

    JavaFX is an Open Source project hosted at: http://openjdk.java.net/projects/openjfx/

    I suggest to file an issue at: https://javafx-jira.kenai.com

    and optionally provide a patch.

提交回复
热议问题