Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3282 > unrolled thread
| Started by | "Chanchal" <chanchal@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:43 +0000 |
| Last post | 2011-04-27 15:43 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.java.gui
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Location of image fil "Chanchal" <chanchal@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
Re: Location of image fil "Axel Hallez" <axel.hallez@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
| From | "Chanchal" <chanchal@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:43 +0000 |
| Subject | Re: Location of image fil |
| Message-ID | <ece039fa-d484-46cc-bad4-09b49c762a9b@e6g2000prf.googlegroups.com> |
To: comp.lang.java.gui Apologies for not putting the "?" mark. Actually i'm developing some dialog boxes which will be much like the option dialog boxes in swing. So i thought if i can use the same icons as that in the swing option dialogs, user experience will be much consistant. 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. Thanks and Regards Chanchal --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Axel Hallez" <axel.hallez@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:43 +0000 |
| Message-ID | <frnpfl$qg9$1@gaudi2.UGent.be> |
| In reply to | #3282 |
To: comp.lang.java.gui 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 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web