17da4dad49
being in a separate module. X-SVN-Rev: 137
40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
|
|
<title>Message Formatting</title>
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF">
|
|
|
|
<h1>Message Formatting</h1>
|
|
|
|
<p><font size="5">MessageFormat, ChoiceFormat</font>
|
|
|
|
<ul>
|
|
<li><font size="5">Put together sequences of strings, numbers,</font><br>
|
|
<font size="5">dates, and other formats to create messages.</font></li>
|
|
</ul>
|
|
|
|
<ul>
|
|
<li><font size="5">Facilitate localization because they:</font><br>
|
|
<font size="5">-- prevent hard-coding of message strings</font> <br>
|
|
<font size="5">-- prevent hard-coding of the concatenation</font></li>
|
|
</ul>
|
|
|
|
<ul>
|
|
<li><font size="5">Enables localizers to change the content, format,</font><br>
|
|
<font size="5">and order of any text as appropriate for any language.</font></li>
|
|
</ul>
|
|
|
|
<ul>
|
|
<li><font size="5">Choice formats let localizers create more natural messages,</font><br>
|
|
<font size="5">avoiding phrases like "3 file(s)".</font></li>
|
|
</ul>
|
|
|
|
<p><a href="formatCl.html">formatting</a> </p>
|
|
</body>
|
|
</html>
|