I would like to be able to change the locale in my Swing application at runtime and have all the text elements on the screen update themselves with localized text from a Res
What about, on changing locale, do a firePropertyChangeEvent("locale", "..."), then add propertyChangeListener() and register them, whereever labels and the like are to be updated?