Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 8177b97d03dad2e2e1d13dc2f8ad2a48 > files > 1

apache-mod_i18n-0-4mdv2009.0.src.rpm

<IfDefine HAVE_I18N>
    <IfModule !mod_i18n.c>
	LoadModule i18n_module	extramodules/mod_i18n.so
    </IfModule>
</IfDefine>

<IfModule mod_i18n.c>

    # I18NLocaleDir <directory>
    # Context: server config, virtual host, directory, .htaccess
    # The directory that holds the locale directories used by gettext.

    # I18NLangParam <name>
    # Context: server config, virtual host, directory, .htaccess
    # The GET parameter that is used to pass the language code to the i18n
    # filter.

    # I18NLangParamForce
    # Context: server config, virtual host, directory, .htaccess
    # The language set by a request parameter takes precedence over the 
    # language set by target attributes.

</IfModule>