Introduction
This article explains the Google Language Translator Plugin in Wordpress using PHP. Here I will describe how to install this plugin and manage it. The Google Language Translator Plugin is provided in your website using a single short code (such as "[Google-translator]"). You can easily translate your website language using this plugin. First of all you need to download the Google Language Translator Plugin setup and include it in your plugins folder in your project directory for installation.
And then you will open your WordPress admin panel or dashboard such as in the following:
And go to plugins and open this such as in the following:
And check your plugin as in the following:
The next step is to select the activate option in the select box as in the following:
Finally, click on the "Apply" button.
And then your plugin is activated.
Your Google translator plugin is now activated. Next go to the Settings and select Google Language Translator as in the following:
After opening the Google Language Translator Plugin settings page, manage this setting as in the following:
And finally click on the "Save" button. Now your Google Language Translator Plugin in installed.
<?php echo do_shortcode('[google-translator]'); ?>
And I will use the code provide above and I will include it in the header file for showing the top of the website and showing like this: