|
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 internationalized program is flexible; it allows the end user to specify a language and a country on the command line. In the following example the language code isfr(French) and the country code isFR(France), so the program displays the messages in French:In the next example the language code is% java I18NSample fr FR Bonjour. Comment allez-vous? Au revoir.en(English) and the country code isUS(United States) so the program displays the messages in English:% java I18NSample en US Hello. How are you? Goodbye.