97 lines
6.9 KiB
HTML
97 lines
6.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="How a language is displayed for i5/OS functions" />
|
|
<meta name="abstract" content="If you want information presented in a language other than the primary language of the server, you must first have a secondary language loaded. When a secondary language is loaded, you can display information in that language in any of three ways." />
|
|
<meta name="description" content="If you want information presented in a language other than the primary language of the server, you must first have a secondary language loaded. When a secondary language is loaded, you can display information in that language in any of three ways." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagsnlvsetup.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagssecondarylanguage.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/chgsyslibl.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/chglibl.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="rbagshowlangdisplayed" />
|
|
<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>How a language is displayed for i5/OS functions</title>
|
|
</head>
|
|
<body id="rbagshowlangdisplayed"><a name="rbagshowlangdisplayed"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">How a language is displayed for i5/OS™ functions</h1>
|
|
<div><p>If you want information presented in a language other than the
|
|
primary language of the server, you must first have a secondary language loaded.
|
|
When a secondary language is loaded, you can display information in that language
|
|
in any of three ways.</p>
|
|
<div class="section" xml:lang="en-us" id="rbagshowlangdisplayed__placedesiredlang"><a name="rbagshowlangdisplayed__placedesiredlang"><!-- --></a><h4 class="sectiontitle">Method 1: Place the
|
|
language you want at the top of your library list</h4><p>One
|
|
way to display information in a secondary language is to change the system
|
|
part of your library list so the library of the national language you want
|
|
is positioned before all other libraries in the system library list that contain
|
|
national language information.</p>
|
|
<p>For example, to present the French version
|
|
of textual data, you can enter the following command to place French information
|
|
at the top of the library list:</p>
|
|
<pre>CHGSYSLIBL LIB(QSYS2928) OPTION(*ADD)</pre>
|
|
<p>To
|
|
remove a library from the library list enter:</p>
|
|
<pre>CHGSYSLIBL LIB(QSYS2928) OPTION(*REMOVE)</pre>
|
|
<div class="note"><span class="notetitle">Note:</span> The
|
|
authority included with the CHGSYSLIBL command does not allow all users to
|
|
run the command. As included, you must have *ALLOBJ and *SECADM special authority
|
|
to use the Change System Library List (CHGSYSLIBL) command.</div>
|
|
</div>
|
|
<div class="section" xml:lang="en-us" id="rbagshowlangdisplayed__createdesirelang"><a name="rbagshowlangdisplayed__createdesirelang"><!-- --></a><h4 class="sectiontitle">Method 2: Create a
|
|
subsystem for the language you want</h4><p>A second way to present information
|
|
in a different language is to follow these steps:</p>
|
|
<ol><li>Create a subsystem for the secondary language.</li>
|
|
<li>Define the subsystem system part of the library list entry with the national
|
|
language version library for the secondary language.</li>
|
|
</ol>
|
|
<p>All jobs running in the subsystem use textual data from the secondary
|
|
language. All jobs that you submit as batch jobs have the national language
|
|
version library as the first library on the system part of the library list.</p>
|
|
</div>
|
|
<div class="section" xml:lang="en-us" id="rbagshowlangdisplayed__chgliblist"><a name="rbagshowlangdisplayed__chgliblist"><!-- --></a><h4 class="sectiontitle">Method 3: Change the library
|
|
list for your job so that the national language version library for the secondary
|
|
language is the first library on the system part of the library list</h4><p>A
|
|
third way to present information in a different language is to change the
|
|
library list for your job so that the national language version library for
|
|
the secondary language is the first library on the system part of the library
|
|
list. All jobs running in the subsystem use textual data from the secondary
|
|
language. All jobs that you submit as batch jobs have the national language
|
|
version library as the first library on the system part of the library list.</p>
|
|
</div>
|
|
<div class="section" xml:lang="en-us" id="rbagshowlangdisplayed__langlicprog"><a name="rbagshowlangdisplayed__langlicprog"><!-- --></a><h4 class="sectiontitle">How a language of your choice
|
|
is displayed for licensed programs</h4><p>Libraries for other licensed
|
|
programs are either added automatically, or must be added by the user, when
|
|
needed. If you want to add libraries for other licensed programs to your library
|
|
list, use the CHGLIBL command.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsnlvsetup.htm" title="This topic describes the steps you need to take to properly install and configure a national language version on i5/OS, with topics ranging from selecting and installing hardware, installing software, and configuring your environment to run in a globalized setting.">Set up i5/OS with a national language version</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbagssecondarylanguage.htm" title="A secondary language consists of textual data for all licensed programs supported for a national language version.">Configure secondary languages</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../cl/chgsyslibl.htm">Change System Library List (CHGSYSLIBL) command</a></div>
|
|
<div><a href="../cl/chglibl.htm">Change Library List (CHGLIBL) command</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |