On the home page, I have a short blurb about the site in the summary of section 1.
I included the following:
<link lang="de" format="auto">
blabla
</link>
In addition to that one, a english one was included. Why will this not work. It displays them both (without the link tag)
Oh, you can forget that idea, Moodle detects and uses the filter automatically!
About your problems with the multilang filter, current implementation has some limitations about the type of contents that is able to control. Some HTML structures break it (specially if they contain unclosed tags).
A new, improved, multilang filter is available from http://moodle.org/download/modules/#filters it will be included officially in Moodle's next release but you can download, install and test it.
Feedback will be welcome...of course.
Ciao
About your problems with the multilang filter, current implementation has some limitations about the type of contents that is able to control. Some HTML structures break it (specially if they contain unclosed tags).
A new, improved, multilang filter is available from http://moodle.org/download/modules/#filters it will be included officially in Moodle's next release but you can download, install and test it.
Feedback will be welcome...of course.
Ciao
Downloaded and installed the new version, no go.
I read somewhere that the multilang doesnt work everywhere.
Im using it on the homepage in summary of section 1. Below is a example of how Im using it.
<table><tr><td align=center>HELLO</td></tr></table
<p>
blblalbllalbblablba
</p>
<link lang="de" format="auto">
german go blalbla
</link>
I read somewhere that the multilang doesnt work everywhere.
Im using it on the homepage in summary of section 1. Below is a example of how Im using it.
<table><tr><td align=center>HELLO</td></tr></table
<p>
blblalbllalbblablba
</p>
<link lang="de" format="auto">
german go blalbla
</link>
Thanks Eloy,
Works well, but bugs 1286 and 1761 is not (yet) corrected (see http://moodle.org/bugs/bug.php?op=show&bugid=1286 and http://moodle.org/bugs/bug.php?op=show&bugid=1761).
Ciao
Nicolas
Works well, but bugs 1286 and 1761 is not (yet) corrected (see http://moodle.org/bugs/bug.php?op=show&bugid=1286 and http://moodle.org/bugs/bug.php?op=show&bugid=1761).
Ciao
Nicolas
Hi,
I try to use the multilang filter, but it dont work for me.
I make a label with:
<lang="pt_br">
Teste
</lang>
<lang="en">
Test
</lang>
But in browser the text is empty.
I'm using the last version of moodle with the last version os multilang filter.
What is the problem.
Thanks
Ronaldo
I try to use the multilang filter, but it dont work for me.
I make a label with:
<lang="pt_br">
Teste
</lang>
<lang="en">
Test
</lang>
But in browser the text is empty.
I'm using the last version of moodle with the last version os multilang filter.
What is the problem.
Thanks
Ronaldo