Hi,
I solved partially the problem with the following shortcode explained in the FAQ.
This is the same problem for those who want to translate manually a text in two languagues.
“Here is a small example for English being translated to Spanish.
Wrap the current text with the code:
[tp not_in=”es”]Hello, World[/tp]
Add the new text at the bottom wrapped in the following code:
[tp lang=”es” only=”y”]Hola, Mundo[/tp]”
So, I am trying to extend this shortocode to French as well.
Thanks!!