Walter So - 2011-04-11

If you want to quickly change language for curreny page (override), you can use URL "lang" param.
http://localhost/index.php?q=werp&lang=en (for English)
http://localhost/index.php?q=werp&lang=zh (for Simplify Chinese)
http://localhost/index.php?q=werp&lang=zh (for Traditional Chinese)

If you want to set system default language, you need to update configuration. This depends on which version you are using.
Joomla - our code will pick up Joomla default language. Uses WERP lang setting as backup.
Drupal - same as above
Standalone uses User level default language setting, it will use English as dafault

  • add URL lang param to set to language you can read
  • On left frame menu, go to System Module->User File
  • User file tab will open, enter your user name or click magnify glass to search for user
  • Click refresh buttom, then update "Interface Language" to "en" or "zh" or "tw" by clicking "Edit" button
  • Go back to index.php page without URL lang param and you can see the difference

We only have three language packs at the moment. With community support, we hope to have more language support in the future.

  • status: open --> pending
  • assigned_to: Walter So