It is possible to change the language of the prompts shown in the
search results. This document describes the process and which languages
are currently available.
This tutorial is not a web/html primer and assumes that you already know
how the process of "web surfing" is accomplished (i.e. a browser requests a page from a server which
then returns the page to be viewed), what an HTML "form" is and how it works,
and what a link "target" is.
If you are not familiar with these concepts please read a basic web/html primer.
To change the language of the search result prompts it is
necessary to add an additional html tag to your search panel.
This html tag specifies the language for the prompts.
As an example, if you wanted to change your search result prompts
to Spanish, you would add the tag: <input type="hidden" name="lang" value="es">
to your search panel.
This tag must be placed after the search panel's initial <form ...
tag and before it's ending </form>
tag, otherwise it will not work.
We recommend using a text editor to modify your search panel as many
HTML editors modify added html code without notifying you,
resulting in unpredictable results.
Some languages require explicitly specifying a "charset" to be used for
the results page. This can be done by using the templates feature of the search
engine
(see Using Templates for the Best Look).
If the language code ("es", "fr", "it", etc) is not recognized or supported, English
prompts will be used.
Note that currently the web search results always show English prompts.
The following lists the currently supported languages.
Where a "charset" is specified, the search results needs to
use a template to explicitly set the indicated charset
(see Using Templates for the Best Look).
Language
HTML Tag
Charset
Bulgarian
<input type=hidden name=lang value=bg>
windows-1251
Catalan
<input type=hidden name=lang value=ca>
Chinese, Simplified
<input type=hidden name=lang value=zh>
gb2312
Chinese, Traditional
<input type=hidden name=lang value=zh2>
big5
Chinese, Traditional
<input type=hidden name=lang value=zh3>
big5
Czech
<input type=hidden name=lang value=cs>
windows-1250
Danish
<input type=hidden name=lang value=da>
iso-8859-1 or windows-1252
Dutch
<input type=hidden name=lang value=nl>
French
<input type=hidden name=lang value=fr>
German
<input type=hidden name=lang value=de>
Greek
<input type=hidden name=lang value=el>
windows-1253
Hungarian
<input type=hidden name=lang value=hu>
windows-1250
Italian
<input type=hidden name=lang value=it>
Norwegian
<input type=hidden name=lang value=no>
iso-8859-1 or windows-1252
Romanian
<input type=hidden name=lang value=ro>
iso-8859-2
Romanian
<input type=hidden name=lang value=ro2>
iso-8859-2
Russian
<input type=hidden name=lang value=ru>
windows-1251
Spanish
<input type=hidden name=lang value=es>
Swedish
<input type=hidden name=lang value=sv>
Polish
<input type=hidden name=lang value=pl>
iso-8859-2
Portuguese
<input type=hidden name=lang value=pt>
Turkish
<input type=hidden name=lang value=tr>
iso-8859-9 or windows-1254
Ukranian
<input type=hidden name=lang value=uk>
windows-1251
If the language you are looking for is not here and you are a native speaker willing
to do the translation, please contact us.