]> granicus.if.org Git - apache/commitdiff
Actually, without a DefaultLanguage documents are considered to have _no_
authorpcs <pcs@unknown>
Wed, 2 Dec 1998 17:01:26 +0000 (17:01 +0000)
committerpcs <pcs@unknown>
Wed, 2 Dec 1998 17:01:26 +0000 (17:01 +0000)
language attribute. Apache does not default to English.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82433 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.html

index f7fd1af5523553ce99de6621f3859cebd4bb3cb5..990c8f16b0a197fff8324607056b78366b1142a7 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
 <TITLE>Apache module mod_mime</TITLE>
@@ -324,12 +324,21 @@ multiple extensions</A>
 
 The DefaultLanguage directive tells Apache that all files in the
 directive's scope (<EM>e.g.</EM>, all files covered by the current
-<CODE>&lt;Directory&gt;</CODE> container) that don't have an explicit language
-extension (such as <SAMP>.fr</SAMP> or <SAMP>.de</SAMP>) should be
-considered to be the specified <EM>MIME-lang</EM> language
-by default, rather than English.  This allows entire directories
-to be marked as containing Dutch content, for instance, without
-having to rename each file.
+<CODE>&lt;Directory&gt;</CODE> container) that don't have an explicit
+language extension (such as <SAMP>.fr</SAMP> or <SAMP>.de</SAMP> as
+configured by <SAMP>AddLanguage</SAMP>) should be considered to be in
+the specified <EM>MIME-lang</EM> language.  This allows entire
+directories to be marked as containing Dutch content, for instance,
+without having to rename each file. Note that unlike using extensions
+to specify languages, <SAMP>DefaultLanguage</SAMP> can only specify a
+single language.
+
+<P>
+
+If no <SAMP>DefaultLanguage</SAMP> directive is in force, and a file
+does not have any language extensions as configured by
+<SAMP>AddLanguage</SAMP>, then that file will be considered to have no
+language attribute.
 
 <P>