Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
If you're new to internationalizing software, this lesson is for you. This lesson uses a simple example to demonstrate how to internationalize a program so that it displays text messages in the appropriate language. You'll learn howLocale
andResourceBundle
objects work together and how to use properties files.
The first version of the source code contained hardcoded English versions of the messages we want to display. This is NOT how you write internationalized software.
This is a sneak preview of what our source code will look like after internationalization.
To run the sample program, you specify the language and country on the command line. This section shows you a few examples.
Internationalizing the program required just a few steps. You'll be surprised at how easy it was.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.