Re: Location of image files in Java SRC



Chanchal wrote:
My original problem is like this. In my application, the locale of the
appliaction is decided by a language selection the user makes while
logging in. The situation i'm facing is, when the application is
running on operating system with German locale, and the user selects
the language English, the button text is getting displayed in german,
and messages in English. Any suggestion on how this can be resolved
will be much apreciated.

You can change the locale with this method:
Locale.setDefault(locale);


Kind regards,
Axel Hallez
.