Preview:
add_action('init', function () {
    if (is_admin()) {
        global $current_user;
        $user_locale = get_user_meta(get_current_user_id(), 'locale', true);
        $current_user->locale = $user_locale;
        unload_textdomain('elementor');
        unload_textdomain('elementor-pro');
    }
}, 100);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter