I18N Section Index | Page 3

I need to present a "mask" on a GUI screen representing a date in the current locale's short format, which may include a 4-digit year. How do I know which field is the year? I can get the localized pattern used by the DateFormat object, but the symbols seem to change based on the Locale!

How can I create a SHORT-style DateFormat with a four digit year that works for all locales?

Where can I find common UI terms in various languages?

Are there any standard Unicode fonts included with the JDK/JRE?

Is there a freely available font with all the Unicode glyphs?

What are logical fonts in Java?

Are there any caveats regarding ResourceBundle names?

How can a message which embeds dynamic information be generalized?

How can I use MessageFormat if I need to provide more than 10 parameters?

How do I get TimeZone descriptions - which countries a TimeZone is for - so I can display eg (GMT-9.00), Alaska (GMT-8.00), Pacific Time(US & Canada) etc

If an HTML form encoded in UTF-8 is presented, users may enter any character their computer allows into the form. This includes high ASCII characters, which the browser escapes as %NN. What must I do to properly decode their intended characters? Ex: the "Euro" symbol is hex value "80" on the PC but hex value "DB" on the Mac. There are also differences between international versions of windows as well, CPXXXX etc, where high ASCII values differ. On a side question, does the browser reliably take care of any conversion for me?

What is the best way to decide whether to use ListResourceBundle or PropertyResource Bundle?

How can I format, display, parse and update a java.sql.Date? Code examples would be helpful.

What is the difference between Internationalization and Localization?

How do you make locale sensitive classes accept your own resourceBundle classes?

About | Sitemap | Contact