====== reqlang Plugin ====== ---- plugin ---- description: Switch the interface language according to the accept-language request header author : Andreas Gohr email : dokuwiki@cosmocode.de type : action lastupdate : 2021-11-01 compatible : Hogfather depends : conflicts : similar : tags : language, translation, localization downloadurl: https://github.com/cosmocode/dokuwiki-plugin-reqlang/zipball/master bugtracker : https://github.com/cosmocode/dokuwiki-plugin-reqlang/issues sourcerepo : https://github.com/cosmocode/dokuwiki-plugin-reqlang/ donationurl: screenshot_img : ---- This plugin will automatically switch the DokuWiki interface language automatically for each visitor, depending on the sent [[https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language|Accept-Language header]]. It does **not** magically translate your content. It just changes the conf['lang'] setting based on the current user's preference. ===== Installation ===== Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Usage ===== There's nothing to do except installing the plugin.