70 lines
4.9 KiB
HTML
70 lines
4.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="Examples: Locale programming" />
|
||
|
<meta name="abstract" content="In addition to the examples in this topic, The locale categories information provides programming examples for each of the different locale categories." />
|
||
|
<meta name="description" content="In addition to the examples in this topic, The locale categories information provides programming examples for each of the different locale categories." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagslocale.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsixunderlocales.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsixamplecreatelocale.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagslcmonetarycategoryex1.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagslocalemultilingenvi.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsposixexample.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsenuslocaleexample.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagslocalecatdetail.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbagslocaleprogexamp" />
|
||
|
<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>Examples: Locale programming</title>
|
||
|
</head>
|
||
|
<body id="rbagslocaleprogexamp"><a name="rbagslocaleprogexamp"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Examples: Locale programming</h1>
|
||
|
<div><p>In addition to the examples in this topic, The locale categories
|
||
|
information provides programming examples for each of the different
|
||
|
locale categories.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rbagsixunderlocales.htm">Example: How locales work</a></strong><br />
|
||
|
These two examples focus on the LOCALE and SETJOBATR parameter values specified on the user profile.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsixamplecreatelocale.htm">Example: Create a locale</a></strong><br />
|
||
|
This example contains the steps necessary for creating a locale. The example also shows how to enable the locale.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagslcmonetarycategoryex1.htm">Example: Produce unique monetary formats</a></strong><br />
|
||
|
A unique customized monetary format can be produced by changing the value of a single statement.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagslocalemultilingenvi.htm">Example: Locales as part of a multilingual environment</a></strong><br />
|
||
|
i5/OS™,
|
||
|
through the use of locales, user profiles, and subsystems, can provide a multilingual
|
||
|
environment. Users of a system that is set up for multilingual environments
|
||
|
work with their national language and all of its cultural conventions (for
|
||
|
example, the character used to separate hours, minutes, and seconds).</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsposixexample.htm">Example: POSIX locale</a></strong><br />
|
||
|
This example shows the POSIX (or C) locale categories and the source.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsenuslocaleexample.htm">Example: EN_US locale</a></strong><br />
|
||
|
In this example, you can find the locale categories and view the source.</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagslocale.htm" title="Locales are used primarily in ILE-based application programs. Additionally, the Retrieve Locale Information (OPM, QLGRTVLC; ILE, QlgRetrieveLocaleInformation) API retrieves one or all categories of a locale.">Work with locales</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rbagslocalecatdetail.htm" title="This table describes the locale categories that are supported on i5/OS.">Locale categories</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|