blob: afe8127e25018a44970df92bd25e59102cfb666d [file] [log] [blame]
<!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 &quot;3 file(s)&quot;.</font></li>
</ul>
<p><a href="formatCl.html">formatting</a> </p>
</body>
</html>