load_plugin_textdomain
-
I am using in a plugin:
$plugin_path = dirname(plugin_basename(__FILE__)) . '/lang'; load_plugin_textdomain( 'fitcash', false, $plugin_path );
to set the lagnuage folder for the plugin. my blog is running in german language.
the mo file is named: fitcash-de_DE.mo
but the plugin is still running in english.
what could be the reason???
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘load_plugin_textdomain’ is closed to new replies.