summaryrefslogtreecommitdiff
path: root/params/webhelp.indexer.language.xml
blob: 1bead3cf81859ec9cd507c472e7ba2484d6b0a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<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>