Hi,
I was looking into many mail lists upon changing the language dynamically during the application lifetime.
I saw on many javafx threads that this is only possible through re-loading all your resource bundles.
When looking at JRebirth, i see that in FXMLUtils:
Method: public static <M extends Model> FXMLComponent loadFXML(final M model, final String fxmlPath, final String bundlePath)
Isn't it possible to implement somehow a way to dynamically update and reload your resource bundles?
Did you have already questions (out of this mail thread) upon changing the language for all fxml files? (or views).
my sincere regards,
Michallis