Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b6fc9c249d9a5987aebaaf87444f84b8 > files > 1

apache-mod_i18n-0-6mdv2010.0.i586.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>