change language weblizer

Discussion in 'Installation/Configuration' started by mccharlet, Jul 8, 2007.

  1. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,

    It's possible change language of welizer
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. mccharlet

    mccharlet Member HowtoForge Supporter

    hi,

    I'm on debian and i haven't configure script for compliation with french language
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You must compile Webalizer from the sources and specify your language then. You cannot use Debian's Webalizer package if you need a language other than English.
     
  5. Davide

    Davide Member

    Debian webalizer uses gettext, so it will generate statistics on the default locale of your system.

    With Debian > 4.0 (etch), you can change your locale with:

    update-locale LANG=es_ES.UTF-8

    You can momentarily force generation in another language simply changing your LANG:

    export LANG=es_ES.UTF-8; webalizer

    More info:

    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291368
     

Share This Page