WPINC_class wp locale switcher.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface LocaleSwitcherInterface {
    public function init();
    public function switch_to_locale( $locale );
    public function restore_previous_locale();
    public function restore_current_locale();
    public function is_switched();
    public function filter_locale( $locale );
}