Table of Contents
WassUp User Guide
Multilanguage
WassUp has multilanguage support and it grows with the community help. If you are using your Wordpress blog with your preferred internationalization and that locale is available for WassUp too you are done. Otherwise you have to follow this simple step:
- first of all make sure your language (locale) is available in WassUp (list the dir language inside your WassUp directory installation)
- Open your wp-config.php file in a text editor and search for:
define ('WPLANG', '');
- Edit this line according to the .mo file you've found into the language directory of your WassUp installation, e.g. for the Italian you must add:
define ('WPLANG', 'it_IT');
- Save the file.
Now every plugins with internationalization support and your Wordpress itself (if you have downloaded the .mo file for it) will be in Italian or in the language you have choosen in the wp-config.php file.
WassUp has the following language files till now:
- Italian (it_IT)
- German (de_DE)
- Japanese (jp_JP)
- Norwegian (nb_NO)
- Polish (pl_PL)
- Turkish (tr_TR)
Please refer to the Translating Wordpress or Wordpress in your language page for more informations about internationalization.
