ho trovato tante cose ma nulla per php...
non e' che potresti dirmi come modificare questo codice calcolando che ho gia pronto un file .po ma non so dove metterlo?

grazie
<?php

// Set language to German
setlocale(LC_ALL, 'it_IT');

// Specify location of translation tables
bindtextdomain("??????", ????????????");

// Choose domain
textdomain("??????????");



// Print a test message
gettext(" consists of a");

// Or use the alias _() for gettext()
echo _("Have a nice day");
?>