=== WP Newsletter Plugin === == Create A New Language File == 1. Open your wp-config.php file from your WordPress Installation and change - define ('WPLANG', ''); - to define ('WPLANG', 'en_CA'); where en is the language (en=English) and CA is the Country Code (CA=Canada) for your region. Save and upload back to your server. 2. Download and install poEdit (http://sourceforge.net/project/showfiles.php?group_id=27043&package_id=18746&release_id=459538) 3. Run poEdit and open the st_newsletter/locale/WP-Newsletter.po file. 4. To make changes to the text, select the line, then in the bottom-left box translate the text to your language. The top-left box is the original text, and the two right-side boxes are for comments only. 5. Once you have made all the translation's neccessary, choose File > Save As.. and name your file 'stnl-en_CA' except replace "en" with your language code, and "CA" with your Country Code that you set in step 1. Save the file in the same locale directory. (You may need to save twice to generate the .mo file needed). 6. Upload the stnl-[language]_[COUNTRY].mo file to your server to finish the translation.