Viewing 1 replies (of 1 total)
  • Plugin Author Vivek Marakana

    (@vivekmarakana)

    You need to change your language for whole blog in wp-config.php which resides in wordpress root folder

    find following line in wp-config.php

    define('WPLANG', 'it_IT');

    change it to…

    define('WPLANG', 'en_US');

    OR if you want to change language for plugin only then go to plugins/tabbed-login/lang folder and delete “tabbed-login-it_IT.mo” file..

    When you want to change language back then convert “tabbed-login-it_IT.po” to “tabbed-login-it_IT.mo”..For this you can use some online editors..I hope you follow this..

Viewing 1 replies (of 1 total)
  • The topic ‘Change language’ is closed to new replies.