I have a file dk.po
and dk.mo
in folder lang in my webdir.
How can I use this file? I have tried all, but I can not get it to work.
// Lang
putenv('LC_ALL=dk');
setlocale(LC_ALL, 'dk');
// Specify location of translation tables
bindtextdomain("dk", ROOT .'lang');
// Choose domain
textdomain("dk");