scuffed-code/icu4c/docs/message.html
Helena Chapman 17da4dad49 ICU-72 Updated the docs links so it will not break with the html pages
being in a separate module.

X-SVN-Rev: 137
1999-10-28 19:49:51 +00:00

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 &quot;3 file(s)&quot;.</font></li>
</ul>
<p><a href="formatCl.html">formatting</a> </p>
</body>
</html>