mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00

- 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
14 lines
317 B
Text
14 lines
317 B
Text
$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
|