• Hi

    Is it possible to get the translation for a word, without creating a new .po file? I know the word Settings and the word Home is translated in WP.

    I’m using the Danish version of WP, but the code below just returns home 🙁

    <?php echo ( _e( 'home' ) ); ?>

    //MadsRH

  • The topic ‘Using translations without creating a new file’ is closed to new replies.