Show search result in current website language. Support for WPML, Polylang, WooCommerce Multilingual, qTranslate plugins.
Taxonomies terms in the search results are also available in translation.
Inside search results page products will be translated to the currently active language.
If you want to translate text like, for example, a placeholder that can be edited from the plugin settings page then you can use the string translation option of your current multilingual plugin.
We are always working on plugin improvements. So if you want some new features/integration please don’t hesitate to contact us.
Yes. A new translation will immediately be available.
Yes, it is possible with little code snippet. Please use:
add_filter( 'aws_search_current_lang', 'my_aws_search_current_lang' );
function my_aws_search_current_lang( $current_lang ) {
return false;
}
Download free version from wordpress.org repository.
Read about differences between free and pro versions here.