Okay
  Public Ticket #4523114
Vendor search translation
Open

Comments

  • Tabard started the conversation

    Hi,

    The search function on the vendor list page is not translated.

    How can this be translated?

    Thank you in advance.

  •  2,607
    WebWizards replied

    Hi there,

    Thanks for purchasing our plugin!

     

    We can solve this by adding a small code snippet to the site. This will change the table language to French for all tables, including the vendor list and dashboard.

    Please try adding this snippet to your theme's functions.php file or by using any code snippets plugin:

    add_filter('marketking_tables_language_option_setting', function($lang){
    return 'French';
    }, 10, 1);

     

    Kind regards,
    Thomas