moodle/filter/multilang
stronk7 71c235bca4 New release of the multilang filter:
- 100% compatible with previous "Multilang" filter.
    - Supports a new "short" syntax to make things easier. Simply use:
        <lang lang="XX">
    - It needs less resources and executes faster.
    - It Allows any type of content to be used. No restrictions at all!

Merged from MOODLE_14_STABLE
2004-11-07 17:11:57 +00:00
..
filter.php New release of the multilang filter: 2004-11-07 17:11:57 +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