iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-25
LanguageSuffix
Default
If you specify this directive, you must specify at least one language tag. If you omit this
directive and a request does not contain an Accept-language header, the server does not
use language as a basis for content negotiation.
Example
LanguagePreference {de,en-us}
expresses a preference for German-language content, with a secondary preference for
American English.
LanguageSuffix
Syntax
LanguageSuffix language-tag .lang-abbreviation
Description
Use the LanguageSuffix directive to specify the file extension that corresponds to a
language tag. The LanguageSuffix directive applies only if the configuration file
also contains a Negotiation directive with Mult argument.
The language-tag consists of one RFC 2068 language tag. The .lang-
abbreviation is the string of characters used as the file extension for files in the
specified language in your iTP Secure WebServer environment. The .lang-
abbreviation must start with a period.
To specify file extensions for multiple language tags, use multiple instances of this
directive. You may specify different file extensions for different regions by using
LanguageSuffix as a Region command.
For more information about content negotiation, see Negotiation
on page A-31.
To see RFC 2068, use the following URL:
http://www.cis.ohio-state.edu/htbin/rfc/rfc2068.html
Default
If you do not specify this directive, the server does not use language as a basis for
content negotiation.
Example
LanguageSuffix en .en
LanguageSuffix de .ger
LanguageSuffix es .es
LanguageSuffix fr .fr