will cause LATEX2HTML to produce ``Table des matières'' instead of ``Table of Contents''. Furthermore, the value of the \today command is presented in a format customary in that language.$LANGUAGE_TITLES = 'french';
The only languages currently supported are
french, english and german
but it is trivial to add support for another language by creating a file
in the versions/ subdirectory,
or by adding to the file latex2html.config.
As a guide, here is the entry for French titles:
sub french_titles { $toc_title = "Table des mati\\`eres"; $lof_title = "Liste des figures"; $lot_title = "Liste des tableaux"; $idx_title = "Index"; $ref_title = "R\\'ef\\'erences"; $bib_title = "R\\'ef\\'erences"; $abs_title = "R\\'esum\\'e"; $app_title = "Annexe"; $pre_title = "Pr\\'eface"; $fig_name = "Figure"; $tab_name = "Tableau"; $part_name = "Partie"; $prf_name = "Preuve"; $child_name = "Sous-sections"; $info_title = "\\`Apropos de ce document..."; @Month = ('', 'janvier', "f\\'evrier", 'mars', 'avril', 'mai', 'juin', 'juillet', "ao\\^ut", 'septembre', 'octobre', 'novembre', "d\\'ecembre"); $GENERIC_WORDS = "a|au|aux|mais|ou|et|donc|or|ni|car|l|la|le|les" . "|c|ce|ces|un|une|d|de|du|des"; }