moodle/filter/multilang
stronk7 87cf01aef5 Now multilang filter supports both the
<lang lang="XX> and the <span lang="XX"> syntaxes. Bug 3057.
(http://moodle.org/bugs/bug.php?op=show&bugid=3057)
2005-04-27 22:17:44 +00:00
..
filter.php Now multilang filter supports both the 2005-04-27 22:17:44 +00:00
README.txt New release of the multilang filter: 2004-11-07 17:11:57 +00:00

$Id$

To Install it:
    - Enable if from "Administration/Filters".
  
To Use it:
    - Create your contents into multiple languages.
    - Enclose every language content between:
        <lang lang="XX>your_content_here</lang>
    - Test it (by changing your language).

Ciao, Eloy :-)
stronk7@moodle.org
2004-11-07