Example : force a custom field to be copied and synced with it's translations
<wpml-config> <custom-fields> <custom-field action="copy">pdf-test</custom-field> </custom-fields> </wpml-config>
The field can only be updated from the main langage, but is garanteed to be the same on all langages.
https://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/ - https://wpml.org/documentation/support/language-configuration-files/
Apparemment on a besoin de ces 3 plugins : WPML core, WPML String Translation and WPML Translation Management C'est juste leur Doc qui est mal expliquée
Yes you can make use of WPML Constant ICL_LANGUAGE_CODE
For more information please check following URL
http://wpml.org/documentation/support/wpml-coding-api/
$original_tax_id = icl_object_id( $Term_Obj->term_id, 'service_technique_taxonomy', false, 'fr');