Hello!
I have the serious problem - jsut downloaded and activated plugin - language switcher and changed language into english. What happened? WP logged out and now, when i want to log in, nothing happens. Login and password is correct, but it refuses me to log in without any message.
Please, help 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.
FTP into your site (or use whatever file management application your host provides) and delete the wp-content/plugins/language-switcher folder.
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/
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', '');
I've changed into en_EN and that helped me. Thank you very much.