aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.indexer.language.xml
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.indexer.language.xml')
-rw-r--r--stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.indexer.language.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.indexer.language.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.indexer.language.xml
new file mode 100644
index 000000000..1bead3cf8
--- /dev/null
+++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.indexer.language.xml
@@ -0,0 +1,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>