Blob Blame History Raw
<refentry xmlns="http://docbook.org/ns/docbook"
          xmlns:xlink="http://www.w3.org/1999/xlink"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          version="5.0" xml:id="webhelp.indexer.language">
<refmeta>
<refentrytitle>webhelp.indexer.language</refentrytitle>
<refmiscinfo class="other" otherclass="datatype"></refmiscinfo>
</refmeta>
<refnamediv>
<refname>webhelp.indexer.language</refname>
<refpurpose>The language to use for creating the webhelp search index.</refpurpose>
</refnamediv>

<refsynopsisdiv>
<src:fragment xml:id="webhelp.indexer.language.frag">
<xsl:param name="webhelp.indexer.language">en</xsl:param>
</src:fragment>
</refsynopsisdiv>

<refsection><info><title>Description</title></info>
<para>To support stemming in the client-side webhelp stemmer, you must provide the language code. By default, the following languages are supported:
<itemizedlist>
  <listitem>
    <para><code>en</code>: English</para>
  </listitem>
  <listitem>
    <para><code>de</code>: German</para>
  </listitem>
  <listitem>
    <para><code>fr</code>: French</para>
  </listitem>
  <listitem>
    <para><code>zh</code>: Chinese</para>
  </listitem>
  <listitem>
    <para><code>ja</code>: Japanese</para>
  </listitem>
  <listitem>
    <para><code>ko</code>: Korean</para>
  </listitem>
</itemizedlist>
See the webhelp documentation for information on adding support for additional languages.
</para>
</refsection>
</refentry>