0
votes

I want to create a multi language WordPress page (i-e: only page not the all content): it should have a drop-down button after clicking.

I need to choose language for translating on that language and display in translated result on page.

1
There must a be a plugin for this. Did you have a look on Google ? - Random
@Random Yes I have a look but that is for whole page translator - Sanjeev

1 Answers

0
votes

Ideally you should look at something like WPML https://wpml.org/ but I understand that might be overkill for your needs - instead then try this https://wordpress.org/plugins/custom-content-by-country/ and make use of the shortcodes it uses. You can build your own dropdown switcher to trigger which bit of content gets shown.