Can a plugin be run in a different language than WordPress?

Assuming the plugin makes use of localization at all, you could for example try exchanging the possible load_plugin_textdomain call with load_textdomain where you can point to the file you like. A cleaner way would be using the plugin_locale filter that let’s you modify the locale used by a plugin: function my_plugin_locale_filter($locale, $domain) { if($domain === … Read more

Adding Language Switcher in header , WP

http://wordpress.org/extend/plugins/wcm-user-language-switcher I tried wcm language switcher, it only supports for users, not for guest who are not logged in. anyway thanks to kaiser & brasofilo. Finally, I got a solution with theme switcher plugin http://wordpress.org/extend/plugins/theme-switcher I duplicate my theme and keep one is default, then create next one for new-language. even it takes more space … Read more

Plugin directory says that my plugin it’s not availabe in Spanish, but it is

To be able to approve your own plugin translations you have to post in the Polyglots site: https://make.wordpress.org/polyglots/ a message like this: “Hello, I’m the author of the {insert plugin name and a link} plugin. Could you allow me to approve translations in my native language (es_ES), please?” And select “Editor Request” in the “Post … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)