Movatterモバイル変換


[0]ホーム

URL:


Documentation

The Java™ Tutorials
Home Page
« PreviousTrailNext »

The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available.
SeeDev.java for updated tutorials taking advantage of the latest releases.
SeeJava Language Changes for a summary of updated language features in Java SE 9 and subsequent releases.
SeeJDK Release Notes for information about new features, enhancements, and removed or deprecated options for all JDK releases.

Trail: Internationalization

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 coverscore internationalization functionality, which is the foundation required by additional features provided for desktop, enterprise, and mobile applications. For additional information, see theJava Internationalization home page.

trail iconIntroduction defines the term internationalization, gives a quick sample program, and provides a checklist you can use to internationalize an existing program.

trail iconSetting the Locale explains how to create and how to useLocale objects.

trail iconIsolating Locale-Specific Data shows how to dynamically access objects that vary withLocale.

trail iconFormatting explains how to format numbers, dates, and text messages according toLocale, and how to create customized formats with patterns.

trail iconWorking with Text provides techniques for manipulating text in a locale-independent manner.

trail iconInternationalization of Network Resources explains how to provide internationalization for IDN's.

trail iconService Providers for Internationalization explains how to enable the plug-in of locale-dependent data and services.

« PreviousTOCNext »

About Oracle |Contact Us |Legal Notices |Terms of Use |Your Privacy Rights

Copyright © 1995, 2024 Oracle and/or its affiliates. All rights reserved.

Previous page: Beginning of Tutorial
Next page: Introduction

[8]ページ先頭

©2009-2025 Movatter.jp