adding language | WordPress.org

[ad_1]

HI, I am trying to add Romanian language to AI engine.

I used this code and inserted it in ai-engine.php but it doesn’t work. How can I get it to work?

add_filter( ‘mwai_languages’, function( $languages ) {
unset($languages[‘it’]); // Remove Italian
$languages[‘ro’] = “Romanian”; // Add Romanian
return $languages;
}, 10, 1);

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer