Swing and Internationalization
Dear Sirs,
I have a small Swing application that has only one label (for example Name). Is it possible that I have a menu that contains items such as English, Italian etc that converts the text for the label to the corresponding language ( for example when the Italian menu is clicked then the text is changed into Italian "Nome").
Thank you

