Disable User Locale on Front-End

To exclude the user locale menu item from the front-end toolbar menu, and ignore the user locale / language preference in the front-end webpage, uncheck the “Add User Locale on Front-End” option, or add the following filter hook to your functions.php file:

add_filter( 'wpsso_user_locale_front_end', '__return_false' );