• Resolved tomtom3000

    (@tomtom3000)


    Hello how can i translate the pending / redirection page? In german it works fine but i want that it redirects the customer to the thank you page in the correct language. How can i achieve that?

    https://ibb.co/MDTKtqb

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi tom,

    The plugin’s settings are saved as options (i.e. in the wp_options table). So whatever you are using to translate your site would need to have the ability to translate the options table. For example, WPML has an extension called String Translation that lets you do this. Even then, depending on how your translation plugin works, this still might not function correctly. In that case, another, more complex, option would be to create a new page template in your theme and put a condition in the template code that says, if the site is in X language then redirect here, else redirect there.

    Thread Starter tomtom3000

    (@tomtom3000)

    But thats the problem, i use WPML to translate my site but cannot find the string in the String Translations. That`s why i am asking. Any idea why? I also checked the plugins strings in “Theme and Pluign Lokalisation”.

    Plugin Support jaysupport

    (@jaysupport)

    We’re not WPML experts, unfortunately. If you are looking for a step-by-step guide on how to translate something from the wp_options table, you’ll need to look at WPML’s documentation or reach out to their support. What I can tell you is that our settings array in the wp_options table is called “rtb-settings” and the specific options you are referring to are called “pending-redirect-page” and “confirmed-redirect-page”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.