PDA

View Full Version : webalizer not change language


sistemhost
11-23-2004, 02:24 PM
How can I change the language of webalizer?

IWorx-Bojan
11-23-2004, 03:57 PM
Sistemhost,

It is my understanding that you can only specify language when you build Webalizer from source. The configuration option

--with-language=<language>

allows you to specify the language. You should check the /lang directory
to see what languages are available. For example,

./configure --with-language=french

will compile the program using French as the default language. Hope that helps.