Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Adding a new language to phpCAS is very easy:

  1. Add a new constant in CAS.php: define("PHPCAS_LANG_XXXXXX",'xxxxxx');
  2. copy languages/english.php into languages/xxxxxx.php:
  3. Translate languages/xxxxxx.php into your favorite language.
  • No labels