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.
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.
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.