ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/program/interapp.htm

42 lines
2.8 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Internationalize your application</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><A NAME="interapp">Internationalize your application</A></h4>
<p>For applications that are used in multiple regions around the world, corresponding user interfaces need to support multiple locales and time zones. WebSphere Application Server - Express supports the maintenance and deployment of centralized message catalogs for the output of properly formatted, language-specific (localized) interface strings.</p>
<p>Perform the following steps to set up internationalization in your application:</p>
<ol>
<li><p><strong><a href="interid.htm">Identify localizable text</a></strong>
<br>This topic explains how to identify the elements of your application that are potential candidates for internationalization.</p></li>
<li><p><strong><a href="intercrtmsg.htm">Create message catalogs</a></strong>
<br>This topic explains how to create message catalogs. Message catalogs are necessary for locales that will be supported by your application.</p></li>
<!-- <li><p><strong><a href="intercomp.htm">Compose language-specific strings</a></strong>
<br>This topic explains how to write language-specific strings, which must be composed in your application code for output.</p></li> -->
<li><p><strong><a href="intercode.htm">Assemble your application code</a></strong>
<br>Your application code must be assembled as one or more application
components before you can prepare for and deploy your application into the WebSphere Application Server - Express environment.</p></li>
<!--not applicable to Express..............
<li><p><strong><a href="interprep.htm">Prepare the localizable-text package for deployment</a></strong>
<br>To prepare the localizable-text package for deployment with your localized application, you must create a deployment JAR file.</p></li>
<li><p><strong><a href="interj2ee.htm">Assemble modules into a J2EE application</a></strong>
<br>The application modules and the deployment JAR must be assembled into a J2EE application before the application can be deployed.</p></li> -->
<li><p><strong><a href="pgmdeploy.htm">Deploy your application</a></strong> in the <em>Application development</em> topic.
<br>After you develop your internationalized application and assemble it for deployment into WebSphere Application Server - Express, you can use the administrative console to install application files on the server and manage the activity of deployed applications.</p></li>
</ol>
</body>
</html>