Why should we care about internationalization?
It would be very resource intense to create and maintain different language versions to satisfy international users. Java is designed to support different language needs. It doesn’t require custom code.
Name 3 major java features support internationalization?
What important internationalization feature comes with the Swing user-interface class?
the locale property is inherited from the Component class.
What class formats data and time?
DateFormat