Language Translation

To create a new language file for your MemberSonic installation:

  1. Copy membersonic/languages/membersonic.pot
  2. Rename the copied file to membersonic-xx_XX.po (xx_XX is the language code. Example: es_ES for Spanish)
  3. Download POEDIT (www.poedit.net) and install.
  4. Open the new membersonic-xx_XX.po with POEDIT
  5. Translate the text. It’s very simple to use.
  6. When done, click save.
  7. After saving, there should be another file in the location of the membersonic-xx_XX.po called membersonic-xx_XX.mo
  8. Upload both files to membersonic/languages/

That’s it!

Note:

If the WordPress is already in localized language, then it should work straightaway when the above steps are done.  If not, this is how WordPress should be localized…

To change WordPress Language:

  1. Open wp-config.php in Wordpres root.
  2. Find the line define(‘WPLANG’,’xx_XX’)
  3. Replace xx_XX with the language code (Example: es_ES | define(‘WPLANG’,’es_ES’))
  4. Save. This is to change WordPress language and must for membersonic localization to work (i10n)

You may also want to try http://translate.google.com/toolkit/ to auto translate po files.

Leave Us A Comment!