How to translate Flatsome
The pro version of Falang for Wordpress version 1.22+ is necessary to support this filter
1 - Translate ux content block (Wc product too)
A change need to be done in Flatsome (add a Filter)
in the file wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php line 137
change the line
from
$html = $the_post->post_content;
by
$html = apply_filters(‘flatsome_block_shortcode_content’, $the_post->post_content, $post_id);