Re: Location of image files in Java SRC
- From: Axel Hallez <Axel.Hallez@xxxxxxxx>
- Date: Tue, 18 Mar 2008 09:47:25 +0100
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
.
- References:
- Location of image files in Java SRC
- From: Chanchal
- Re: Location of image files in Java SRC
- From: Andrew Thompson
- Re: Location of image files in Java SRC
- From: Chanchal
- Location of image files in Java SRC
- Prev by Date: Re: Location of image files in Java SRC
- Next by Date: Re: Location of image files in Java SRC
- Previous by thread: Re: Location of image files in Java SRC
- Next by thread: Re: Location of image files in Java SRC
- Index(es):