i have a file dk.po and dk.mo ind folder lang in my webdir.
how can i use this file? i have try all, but i can't relly get it to work.
pls help me.
// Lang
putenv('LC_ALL=dk');
setlocale(LC_ALL, 'dk');
// Specify location of translation tables
bindtextdomain("dk", ROOT .'lang');
// Choose domain
textdomain("dk");
Tanks a lot.