marcojakob / javafx-ui-sandbox

Sandbox UI Controls from the official OpenJFX repository
MIT License
81 stars 56 forks source link

Localization support #10

Closed acc15 closed 10 years ago

acc15 commented 10 years ago

Currently button labels is taken from internal resource bundle. This bundle support english and spanish languages. And there is no options to modify button labels. Please, add option to set button labels.

marcojakob commented 10 years ago

You can manually edit the text file containing the button captions (inside the jar). I know it is not very convenient but since JavaFX 8 with its own Dialogs is approaching it doesn't make sense to put much more work into this...