|
|
Start of Tutorial > Start of Trail |
Search
Feedback Form |
Trail: Internationalization
Lesson: Formatting
This lesson explains how to format numbers, currencies, dates, times, and text messages. Because end users can see these data elements, their format must conform to various cultural conventions. Following the examples in this lesson will teach you how to:
- Format data elements in a locale-sensitive manner
- Keep your code locale-independent
- Avoid the need to write formatting routines for specific locales
Numbers and Currencies
This section explains how to use theNumberFormat,DecimalFormat, andDecimalFormatSymbolsclasses.
Dates and Times
This section focuses on theDateFormat,SimpleDateFormat, andDateFormatSymbolsclasses.
Messages
This section shows how theMessageFormatandChoiceFormatclasses can help you solve some of the problems you might encounter when formatting text messages.
|
|
Start of Tutorial > Start of Trail |
Search
Feedback Form |
