Without using DataFX, I believe it could be done this way:
FXMLLoader fxmlLoader = new FXMLLoader();
fxmlLoader.setResources(ResourceBundle.getBundle("bundles.MyBundle", locale));
Could someone help me make the Resource Bundle is loaded by the application, using DataFX?
* sorry my bad english (by translator)