You can use the Loco Translate plugin to translate all the strings for a multi-language site.
Thread Starter
multon
(@multon)
I can translate all the strings with WPML as well. But the problem is, that there are dynamic texts, that you can change in the module settings, they are not visible under the strings translation.
Can you please mention those strings?
Thread Starter
multon
(@multon)
Sure, like I mentioned previously, in the plugin settings, you have “General settings” and “Translation settings” – there you can edit different labels and set you own texts for these labels. All these labels are not visible under plugin strings in WPML or Loco translate.
Let me show you the code examples as well. For example, texts like this: <?php esc_html_e(‘Already Added into Cart! View Cart’, ‘mage-eventpress’); ?> are visible in the WPML strings and can be translated. And following texts: <?php echo esc_html($cart_btn_label); ?> are not visible in strings.
Thread Starter
multon
(@multon)
Hello, any update on this question? Thanks!
Hello, we have simular Problems with some Text which can’t be translated like ‘Location’ and ‘Date’ at the checkout summary.
We also need to print out all Dates of an Multi-Date-Event during the checkoout and also for the emails.
How can this be done?!