0
Under review
Make all texts WPML translateable
All texts in the plugin should be made WPML translateable, using String Translation.
This includes especially the 'read more' text in the reviews, and the badge texts 'stars' and 'reviews..' etc.
Also please make admin backend custom texts translateable.
Customer support service by UserEcho
As far as I know, there isn't a way to make text that you enter into the plugin "translatable" by other plugins. The reason is that the other plugins don't know what you have entered.
It can be done though. In WPML it is even THE way to make admin settings multilingual. All you need to do is to create a language configuration file. When themes and plugins use get_option, they read values from the wp_options table. WPML can filter these calls and provide translation to the values of these options. For more details, see Admin texts / wp_options https://wpml.org/documentation/support/language-configuration-files/#admin-texts
The plugin doesn't use the wp_options table for saving settings. The current work around is to create multiple badges or templates and display the correct one based on language. More info here...
https://wpreviewslider.userecho.com/knowledge-bases/2/articles/541-workaround-for-wpml