I'm busy with some internationalization code with JavaFx 2.2 and SceneBuilder.
Currently the user can choose his language with a radioMenuItem. What I'm trying to do is to put only the available languages in this menu. The goal of this is that I haven't to modify the code when I want to add a language file.
Is there any property/method to have a list of all the RessourceBundles in a family?