Problems with WP LANG. Translation Not Working
-
Hi,
I am having problems with a premium wordpress theme that is translation ready but isn’t being translated by wordpress while everything seem to be set-up properly:
In wp.config.php there is:
define ('WPLANG', 'fr_FR');
In functions.php there is:
// Localization Support $lang = TEMPLATE_PATH . '/lang'; load_theme_textdomain('theme_textdomain', $lang);
And here is a sample of what the translation ready text looks like:
<?php _e('New Listings', 'theme_textdomain'); ?>
I have also made sure that I have fr_FR.mo and fr_FR.po in the proper folder: lang
Can someone please help?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Problems with WP LANG. Translation Not Working’ is closed to new replies.