86 lines
5.9 KiB
HTML
86 lines
5.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Internationalization" />
|
|
<meta name="abstract" content="You can customize your Java programs for a specific region of the world by creating internationalized Java program. By using time zones, locales, and character encoding, you can ensure that your Java program reflects the correct time, place, and language." />
|
|
<meta name="description" content="You can customize your Java programs for a specific region of the world by creating internationalized Java program. By using time zones, locales, and character encoding, you can ensure that your Java program reflects the correct time, place, and language." />
|
|
<meta name="DC.Relation" scheme="URI" content="config.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="classpth.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="sysprop.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="gettime.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="charenc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="crtinter.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="international" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Internationalization</title>
|
|
</head>
|
|
<body id="international"><a name="international"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Internationalization</h1>
|
|
<div><p>You can customize your Java™ programs for a specific region of
|
|
the world by creating internationalized Java program. By using time zones, locales,
|
|
and character encoding, you can ensure that your Java program reflects the correct time,
|
|
place, and language.</p>
|
|
<p>For more information, see the following:</p>
|
|
<blockquote> <p><a href="gettime.htm"><strong>Time zones</strong></a> Learn how
|
|
to configure the time zone on your server so that your Java programs
|
|
that are sensitive to time zones use the correct time.</p>
|
|
<p><a href="javaapi/guide/intl/locale.doc.html" target="_blank"><strong>Java locales</strong></a> Use
|
|
the list of Java locales to help ensure that your Java programs
|
|
provide support for the language, cultural data, or specific characters
|
|
of a geographic region.</p>
|
|
<p><a href="charenc.htm"><strong>Character encoding</strong></a>
|
|
Read about how your Java programs can convert data in different
|
|
formats, enabling your applications to transfer and use information from many
|
|
kinds of international character sets.</p>
|
|
<p><a href="crtinter.htm"><strong>Examples</strong></a>
|
|
Review examples that can help you use time zones, locales, and character encoding
|
|
to create an internationalized Java program.</p>
|
|
</blockquote>
|
|
<p>For more information about internationalization, see the following:</p>
|
|
<ul><li><a href="../nls/rbagsglobalmain.htm" target="_blank"><span class="keyword">i5/OS™</span> globalization</a></li>
|
|
<li><a href="javaapi/guide/intl/index.html" target="_blank">Internationalization
|
|
by Sun Microsystems, Inc.</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="gettime.htm">Time zone configuration</a></strong><br />
|
|
When you have Java programs that are sensitive to time
|
|
zones, you should configure the time zone on your server so that your Java programs
|
|
use the correct time.</li>
|
|
<li class="ulchildlink"><strong><a href="charenc.htm">Java character encodings</a></strong><br />
|
|
Java programs can convert data in different formats,
|
|
enabling your applications to transfer and use information from many kinds
|
|
of international character sets.</li>
|
|
<li class="ulchildlink"><strong><a href="crtinter.htm">Examples: Creating an internationalized Java program</a></strong><br />
|
|
If you need to customize a Java program for a specific region of the
|
|
world, you can create an internationalized Java program with Java locales.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="config.htm" title="After you install the IBM Developer Kit for Java on your iSeries server, you can customize your server.">Customize your iSeries server for the IBM Developer Kit for Java</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="classpth.htm" title="The Java(TM) virtual machine uses the Java classpath to find classes during runtime. Java commands and tools also use the classpath to locate classes. The default system classpath, the CLASSPATH environment variable, and the classpath command parameter all determine what directories are searched when looking for a particular class.">Java classpath</a></div>
|
|
<div><a href="sysprop.htm" title="Java system properties determine the environment in which you run your Java programs. They are similar to system values or environment variables in i5/OS.">Java system properties</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |