I am making JavaFX desktop application with core components described in FXML and I would like to offer user the option to change the language. However I have not find any d
I am currently using singleton (in later stage might be injected via DI framework) as a wrapper for language ResourceBundle.
My plan is to implement observable pattern and notify all components which requires to change (subcomponents injected with @FXML statement).