Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3071
| From | "Mark" <mark@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Internationalization |
| Message-ID | <479A291C.3090907@noaa.gov> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <fnd4n6$ifl$1@kuling.itea.ntnu.no> |
| Date | 2011-04-27 15:42 +0000 |
| Organization | TDS.net |
To: Bent C Dalager
>
> No, you use resource bundles and possibly the MessageFormat class for
> this.
>
> See
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/ResourceBundle.html
> and
> http://java.sun.com/j2se/1.5.0/docs/api/java/text/MessageFormat.html
>
> This way, your code may change from something like
> button.setText("Apply");
> to
> button.setText(bundle.getString("button.apply"));
>
> And you will have a Strings.properties file that would contain,
> amongst other things,
>
> button.apply = Apply
>
> Then you might have one Strings_es_ES.properties file with Spanish
> strings, etc.
>
>
Awesome! Exactly what I was looking for! TY!
Mark
---
* 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
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Internationalization "Mark" <mark@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: Internationalization "bcd" <bcd@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: Internationalization "Mark" <mark@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: Internationalization "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: Internationalization "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
Re: Internationalization "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
csiph-web