Jetpack::plugin_textdomain PHP Method

plugin_textdomain() public static method

Load language files
public static plugin_textdomain ( )
    public static function plugin_textdomain()
    {
        // Note to self, the third argument must not be hardcoded, to account for relocated folders.
        load_plugin_textdomain('jetpack', false, dirname(plugin_basename(JETPACK__PLUGIN_FILE)) . '/languages/');
    }
Jetpack