Viewing 6 replies - 1 through 6 (of 6 total)
  • FTP into your site (or use whatever file management application your host provides) and delete the wp-content/plugins/language-switcher folder.

    Thread Starter quiq

    (@quiq)

    thank you, that helped me.

    PS. One more question – when i want to change language into english without installing plugins, what i have to do? Plz, it is very important to me.

    If you don’t want to use plugins, then you’ll have to literally create different versions of your posts/Pages in the various languages.

    Have you looked as qTranslate?
    http://wordpress.org/extend/plugins/qtranslate/

    Thread Starter quiq

    (@quiq)

    And is there any option to change only wordpress interface to english without plugins? i mean for instance name in widgets – calendar – months, but withous posts or sites.

    In the other words: All i need is an english version of wordpress interface (all after logging into a wp-panel). I’ve tried to download english WP, but there is no language folder. What I have to do to set my WP panel into english??

    The default language for WP is English – hence there’s no eng language file. Have you tried simply editing your wp-config.php file and changing:

    define ('WPLANG', 'current_lang_code');

    to:

    define ('WPLANG', '');

    Thread Starter quiq

    (@quiq)

    I’ve changed into en_EN and that helped me. Thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Problem with logging in’ is closed to new replies.