|
NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems
ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en:
http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com. |
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂtulo en concreto puede realizar una donación directa mediante Paypal:
|
The lessons in this trail teach you how to internationalize Java applications. Internationalized applications are easy to tailor to the customs and languages of end users around the world.
Note: This tutorial trail covers core internationalization functionality, which is the foundation required by additional features provided for desktop, enterprise, and mobile applications. For additional information, see the Java Internationalization home page.
Introduction
defines the term internationalization,
gives a quick sample program,
and provides a checklist you can
use to internationalize an existing program.
Setting the Locale
explains how to create and how to use
Locale objects.
Isolating Locale-Specific Data
shows how to dynamically access
objects that vary with
Locale.
Formatting
explains how to format numbers, dates, and text
messages
according to
Locale,
and how to create customized formats with patterns.
Working with Text
provides techniques for manipulating text in a locale-independent manner.
Internationalization of Network Resources
explains how to provide internationalization for IDN's and IRI's