{"id":2219,"date":"2013-02-06T18:23:30","date_gmt":"2013-02-06T18:23:30","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/02\/06\/installing-multi-language-plugin-doku\/"},"modified":"2021-08-16T23:21:43","modified_gmt":"2021-08-17T03:21:43","slug":"installing-multi-language-plugin-doku","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/","title":{"rendered":"Installing the Multilingual Plugin for DokuWiki"},"content":{"rendered":"<p>DokuWiki is capable of making a multil language site. This functionality is not installed in new DokuWiki installations by default. In order to get the multi language functionality to work, you will need to use the \u201c<em>Multilingual Plugin<\/em>\u201c.<\/p>\n<p><strong>The \u201c<em>Multilingual Plugin<\/em>\u201d does not translate your pages into a language.<\/strong> The plugin makes\u00a0<a href=\"\/support\/edu\/dokuwiki\/create-namespace-doku\/\" target=\"_blank\" rel=\"noopener noreferrer\">namespace<\/a>s particular to the language so pages can be created in a specific language namespace. This plugin is completely different than changing the admin interface language. For information on how to change teh admin interface language in DokuWiki, please click <a href=\"\/support\/edu\/dokuwiki\/change-admin-language-doku\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.<\/p>\n<p>When the namespaces are created, different links are placed in your site that allow visitors to switch to a different language version of your site. The following steps will explain how to use the \u201c<em>Multilingual Plugin<\/em>\u201d for DokuWiki.<\/p>\n<p class=\"alert\"><strong>Important!<\/strong> This tutorial is based off of the \u201c<em>DokuWiki<\/em>\u201d theme. If you are editing a different theme, the location where you place the code may change.<\/p>\n<h2>Steps to install the Multilingual Plugin<\/h2>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"799\" height=\"423\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif\" class=\"optimized-lcp-image\" alt=\"Download multilanguage plugin DokuWiki\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>Go to the following link and get the link for the plugin.<\/p>\n<p style=\"margin-left: 20px;\"><a href=\"https:\/\/www.dokuwiki.org\/plugin:multilingual\" target=\"_blank\" title=\"Click for more information\" rel=\"noopener noreferrer\">https:\/\/www.dokuwiki.org\/plugin:multilingual<\/a><\/p>\n<p>Unless the version changes, you should have a link like the following:<br>\n<code>https:\/\/snorriheim.dnsdojo.com\/redmine\/attachments\/download\/29\/multilingual-1.0.1.tar.gz<\/code><br>\n<br style=\"clear: both;\"><\/p><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-2-install.gif\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"Install multilanguage plugin DokuWiki\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-2-install.gif\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p><a href=\"\/support\/edu\/dokuwiki\/login-dokuwiki\/\" target=\"_blank\" title=\"Click for more information\" rel=\"noopener noreferrer\">Log into DokuWiki<\/a>. Go to <strong>Admin<\/strong> &gt; <strong>Manage Plugins<\/strong>. Paste the URL in the \u201c<em>Download and Install a new plugin<\/em>\u201d box.<\/p>\n<p>Click Download.<\/p>\n<p><br style=\"clear: both;\"><\/p><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-3-code-for-plugin.gif\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"Code for multilanguage plugin DokuWiki\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-3-code-for-plugin.gif\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p><a href=\"\/support\/website\/create-new-file\/\" target=\"_blank\" title=\"How do I create a file on my server?\" rel=\"noopener noreferrer\">Create a file<\/a> called \u201c<em>show_languages.html<\/em>\u201d on your server in the following location of your DokuWiki installation directory:<br>\n<code>\/lib\/tpl\/dokuwiki<\/code><br>\nAdd the following code in the \u201c<em>show_languages.html<\/em>\u201d file:<br>\n<code>&lt;?php    $multi_lingual_plugin = &amp;plugin_load('syntax','multilingual');<br>\nif ( $multi_lingual_plugin ) {<br>\nif ( !plugin_isdisabled($multi_lingual_plugin-&gt;getPluginName() ) ) {<br>\nprint $multi_lingual_plugin-&gt;_showTranslations();     } } ?&gt;<\/code><br>\nSave the file.<\/p>\n<p><br style=\"clear: both;\"><\/p><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-4-code-view.gif\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"Include for multilanguage plugin DokuWiki\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-4-code-view.gif\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>Next, <a href=\"\/support\/website\/how-to-edit-a-file\/\" target=\"_blank\" rel=\"noopener noreferrer\">edit your <code>lib\/tpl\/dokuwiki\/tpl_header.php<\/code><\/a>. Add the following code towards the end of the file before the <code>&lt;hr class=\"ally\" \/&gt;<\/code>.<br>\n<code>&lt;div style=\"float:left;\"&gt;&lt;?php  @include(dirname(__FILE__).'\/show_languages.html')?&gt;&lt;\/div&gt;<\/code><br>\nYour file should look like the image to the right.<\/p>\n<p>Save the changes.<\/p>\n<p><br style=\"clear: both;\"><\/p><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-5-settings.gif\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"Settings multilanguage plugin DokuWiki\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-5-settings.gif\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p><strong>Go back to your DokuWiki admin<\/strong> section and select<strong> Configuration Settings<\/strong>. Scroll towards the bottom and you will see the configuration settings for the multilingual plugin. In the first box that says \u201c<em>plugin\u00bbmultilingual\u00bbenabled_langs<\/em>\u201c, enter the languages you want separated by commas. See the image to the right.<\/p>\n<p class=\"alert\"><strong>Note!<\/strong> For a list of language codes, see the article on <a href=\"\/support\/website\/language-code-list\/\" target=\"_blank\" title=\"Click here for the Language code list for PHP programs\" rel=\"noopener noreferrer\">Language code list for PHP programs<\/a>. Not all languages work with DokuWiki. Unfortunately, there is no list of language codes that work specific with DokuWiki. You will need to trial and error on languages that are not as common.<\/p>\n<p>When finished, click save at the bottom of the page.<\/p>\n<p><br style=\"clear: both;\"><\/p>\n<p><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-6-links-for-lang.gif\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"View of links for multilanguage plugin DokuWiki\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-6-links-for-lang.gif\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" width=\"100\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p>Now when you go to your home DokuWiki page, The language options will show as links towards the top left of your site. Each language has its own namespace created. When clicking the links they will take you to the language namespace. For example, German will have the <code>de:start<\/code> namespace.<br style=\"clear: both;\"><\/p><\/li>\n<p>For information on changing the administrator interface language in DokuWiki, please see our tutorial on <a href=\"\/support\/edu\/dokuwiki\/change-admin-language-doku\/\" target=\"_blank\" title=\"Click here for How to change the DokuWiki admin language\" rel=\"noopener noreferrer\">How to change the DokuWiki admin language<\/a>.<\/p><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>DokuWiki is capable of making a multil language site. This functionality is not installed in new DokuWiki installations by default. In order to get the multi language functionality to work, you will need to use the \u201cMultilingual Plugin\u201c. The \u201cMultilingual Plugin\u201d does not translate your pages into a language. The plugin makes\u00a0namespaces particular to the<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\"> Read More ><\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4327],"tags":[],"class_list":["post-2219","post","type-post","status-publish","format-standard","hentry","category-dokuwiki"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Installing the Multilingual Plugin for DokuWiki | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"To have DokuWiki support multi language pages you will need to use the Multilingual Plugin. View this article to learn how to install the Multilingual Plugin.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing the Multilingual Plugin for DokuWiki | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"To have DokuWiki support multi language pages you will need to use the Multilingual Plugin. View this article to learn how to install the Multilingual Plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-02-06T18:23:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:21:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\"},\"headline\":\"Installing the Multilingual Plugin for DokuWiki\",\"datePublished\":\"2013-02-06T18:23:30+00:00\",\"dateModified\":\"2021-08-17T03:21:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\"},\"wordCount\":464,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif\",\"articleSection\":[\"DokuWiki\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\",\"name\":\"Installing the Multilingual Plugin for DokuWiki | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif\",\"datePublished\":\"2013-02-06T18:23:30+00:00\",\"dateModified\":\"2021-08-17T03:21:43+00:00\",\"description\":\"To have DokuWiki support multi language pages you will need to use the Multilingual Plugin. View this article to learn how to install the Multilingual Plugin.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif\",\"width\":799,\"height\":423,\"caption\":\"Click here to view the larger image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing the Multilingual Plugin for DokuWiki\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\",\"name\":\"InMotion Hosting Contributor\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing the Multilingual Plugin for DokuWiki | InMotion Hosting","description":"To have DokuWiki support multi language pages you will need to use the Multilingual Plugin. View this article to learn how to install the Multilingual Plugin.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/","og_locale":"en_US","og_type":"article","og_title":"Installing the Multilingual Plugin for DokuWiki | InMotion Hosting","og_description":"To have DokuWiki support multi language pages you will need to use the Multilingual Plugin. View this article to learn how to install the Multilingual Plugin.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-02-06T18:23:30+00:00","article_modified_time":"2021-08-17T03:21:43+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41"},"headline":"Installing the Multilingual Plugin for DokuWiki","datePublished":"2013-02-06T18:23:30+00:00","dateModified":"2021-08-17T03:21:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/"},"wordCount":464,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif","articleSection":["DokuWiki"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/","name":"Installing the Multilingual Plugin for DokuWiki | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif","datePublished":"2013-02-06T18:23:30+00:00","dateModified":"2021-08-17T03:21:43+00:00","description":"To have DokuWiki support multi language pages you will need to use the Multilingual Plugin. View this article to learn how to install the Multilingual Plugin.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_dokuwiki_202_multi-language-plugin-doku_multi-language-plugin-1-download.gif","width":799,"height":423,"caption":"Click here to view the larger image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/dokuwiki\/installing-multi-language-plugin-doku\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Installing the Multilingual Plugin for DokuWiki"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41","name":"InMotion Hosting Contributor","url":"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=2219"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2219\/revisions"}],"predecessor-version":[{"id":84979,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2219\/revisions\/84979"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}