Different Localization in Frontend and Backend Plugin

Deutsch English


Aktuelle Version: 0.5 | Bisherige Downloads: [total=fe-be-localization] / [download#15#hits]

Download
Different Localization in Front- and Backend gestattet es, unterschiedliche Sprachen für das Frontend und Backend einzustellen bzw. die Sprache des Backends von der des Frontends zu unterscheiden. Enstanden ist das Plugin von mir zu einer Anfrage im offiziellen deutschen WordPress-Supportforum.

Anforderungen

Das Plugin unterstützt WordPress 1.5 bis 2.5

Installation

  1. Downloaden Sie das Plugin und entpacken Sie es.
  2. Laden Sie die entpackte Datei fe-be-localization.php in den /wp-content/plugins/ Ordner hoch.
  3. Aktivieren Sie das Plugin im WordPress Administrationsbereich.
  4. Fertig die Installation.

Upgrade

  1. Deaktivieren Sie das Plugin im WordPress Administrationsbereich.
  2. Laden Sie die Datei fe-be-localization.php in den /wp-content/plugins/ Ordner hoch und überschreiben die alte Version.
  3. Aktivieren Sie das Plugin im WordPress Administrationsbereich.

Nutzung

In der Datei wp-config.php kann wie gewohnt über

define ('WPLANG', 'de_DE');

die Sprache des Frontends angegeben werden.

in der Plugindatei fe-be-localization.php kann dann in Zeile 13 die Sprache des Admin-Bereichs eingestellt werden:

$locale = 'en_US';

Support

Bei Fragen, Anregungen oder Kritik zum Plugin bitte entweder das Forum, die Kommentare oder das Kontaktformular nutzen.

Changelog

03.04.2008 - version 0.5

  • Plugin Release


English Version

Latest version: 0.5 | Downloads: [download#15#hits]

Download
Different Localization in Front- and Backend adds the possibility to use different localization in frontend and backend. This plugin was quickly written by me due to a request on the official german WordPress support forums.

Requirements

This plugin supports WordPress 1.5 to 2.5

Installation

  1. Download the plugin and unzip it.
  2. Upload the file fe-be-localization.php to your /wp-content/plugins/ folder.
  3. Activate the plugin from your WordPress admin panel.
  4. Installation finished..

Upgrade

  1. Deactivate the plugin from your WordPress admin panel.
  2. Upload the file fe-be-localization.php to your /wp-content/plugins/ folder and overwrite the existing file.
  3. Activate the plugin from your WordPress admin panel.

Nutzung

Inside wp-config.php

define ('WPLANG', 'de_DE');

you can specify the frontend's language as usual.

Inside the plugin file fe-be-localization.php in line 13 you can now additionally specify the backend's language, which can (and should!) be different to the one you specified in the wp-config file:

$locale = 'en_US';

Support

For questions, suggestions or issues with the extension please use the forums, comments or the contact form.

Changelog

03.04.2008 - version 0.5

  • Plugin released

One Response

    Leave a Comment