Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 795

docbook-style-xsl-1.78.1-1.fc17.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>webhelp.indexer.language</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference Documentation"><link rel="up" href="webhelp.html" title="WebHelp"><link rel="prev" href="webhelp.include.search.tab.html" title="webhelp.include.search.tab"><link rel="next" href="webhelp.start.filename.html" title="webhelp.start.filename"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">webhelp.indexer.language</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="webhelp.include.search.tab.html">Prev</a> </td><th width="60%" align="center">WebHelp</th><td width="20%" align="right"> <a accesskey="n" href="webhelp.start.filename.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="webhelp.indexer.language"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">webhelp.indexer.language</span></h2><p>
webhelp.indexer.language
 &#8212; The language to use for creating the webhelp search index.
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="webhelp.indexer.language.frag"></a><pre class="programlisting">
&lt;xsl:param name="webhelp.indexer.language"&gt;en&lt;/xsl:param&gt;
</pre>
</div>

<div class="refsection"><a name="idp3184608"></a><h2>Description</h2>
<p>To support stemming in the client-side webhelp stemmer, you must provide the language code. By default, the following languages are supported:
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
    <p><code class="code">en</code>: English</p>
  </li><li class="listitem">
    <p><code class="code">de</code>: German</p>
  </li><li class="listitem">
    <p><code class="code">fr</code>: French</p>
  </li><li class="listitem">
    <p><code class="code">zh</code>: Chinese</p>
  </li><li class="listitem">
    <p><code class="code">ja</code>: Japanese</p>
  </li><li class="listitem">
    <p><code class="code">ko</code>: Korean</p>
  </li></ul></div><p>
See the webhelp documentation for information on adding support for additional languages.
</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="webhelp.include.search.tab.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="webhelp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="webhelp.start.filename.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">webhelp.include.search.tab </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> webhelp.start.filename</td></tr></table></div></body></html>