In my specific line of work multilanguage apps is a must ( european webhosting provider - have to have French,German, Dutch, Spanish, Italian).
I've installed cacti and liked it very much (so the company president).
the only concern is that it's english only.
The standard way to convert is to extract all texts into separate php lang file with the hash, something like
Code: Select all
lang['About']="Network management bla-bla-bla...";
Graphic buttons could be a bit of showstoppers in that case though.
I wonder if anybody tried to do that for Cacti yet?