-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set the locale for the whole application ? #73
Comments
Just do that and reload your views or set the locale before the launch |
duplicate of #67 |
Hello @Blackdread, @mtbadi39 , Thank you for your answers. I've already saw that I can choose the language for the whole application like this:
But this way, I compile the jar with an already defined language and the user can't change it. Second way: I118N class with something like this in the controller:
But this way I have to change static things (like labels, button labels...) manually (if I just let Just for your understanding, a horrible workaround to do what I need would be:
The user is asked for a language and then the application starts with the right one.... @Blackdread How do you reload the view ? Just by calling |
Hello,
First of all, thank you for your lib :)
I saw the part 4 of your example project and I see how to create ResourceBundle files, I see that I can give a bundle to my FXMLView and I know how to translate a label (the is a lot of I118N classes on the web + your
DefaultAwesomeActionService
in part_4).But I can't find a way to choose a language in a first view and let the corresponding locale for the whole application. Is that possible ?
Thaks,
The text was updated successfully, but these errors were encountered: