Tools
jqa797.txt
Associated article: How do I Write an International Application?
Tags: Web Development Tools Design
Published source code accompanying Cliff Berg's column in which he implements a multilingual calculate (in German and English) using the JDK 1.1's multilingual-support features. Also see JQA797.ZIP.
_Java Q&A_
by Cliff Berg
Listing One
currencyCheckbox.setLabel(buttonLabelBundle.getString("CurrencyLabel"));
standardCheckbox.setLabel(buttonLabelBundle.getString("StandardLabel"));
Listing Two
CurrencyLabel=Currency
StandardLabel=Standard
FlagImage=us_flag.gif
Listing Three
CurrencyLabel=Wu00e4hrung
StandardLabel=...


