webalizer not change language

How can I change the language of webalizer?

Webalizer language change

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.