Previous | Next | Trail Map | Writing Java Programs | Writing Global Programs


Internationalizing an Existing Program--Step By Step

[PENDING: this section is under construction.]

The WordMatch applet, written by Pat Chan, is an obvious candidate for internationalization. So let's get to it.

Step 1: Familiarize Yourself with the Code

If you're internationalizing a program that you've written yourself then this step is not necessary. However, many of us inherit other people's code. So get to know it. Figure it out...but keep the issues of internationalization in mind all the while.

Step 2: Evaluate and Make a Plan

[PENDING]


Previous | Next | Trail Map | Writing Java Programs | Writing Global Programs