Make Multilanguage Site Without Plugins

Create or make Multi language site without using any type of plugins. Use Network option on your current WordPress’s Website. So follow simple steps from your Computer.

How to Do

Follow every steps one by one and make simple Multilanguage website or blog

  • Add given code on your WordPress’s wp-config.php file first.
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );

  • Now Login in WordPress Dashboard
  • and click on Tools then click on Network setup.
  • Enter Network name and admin email id then click to INSTALL button.

  • Now see wp-config.php and .htaccess code.
  • Then open wp-config.php and replace define( ‘WP_ALLOW_MULTISITE’, true ); line code with given wp-config.php code, And replace all .htaccess code also.
  • If you have DONE these steps. Now go to Dashboard now and see Network Admin option.
  • Now create a new site and set different language.

Hope this article helpful for you. Thanks for reading this article.