Learn to use Moodle

This is not a Government of Canada website

Le but de ce site Web est de fournir un exemple fonctionnel du thème de la WET-BOEW-GCWeb créé par TNG Consulting Inc. en collaboration avec le gouvernement du Canada pour le logiciel Moodle . Les cours de démonstration ne sont disponibles qu'en anglais, mais les cours multilingues sont pris en charge.

Authoring Moodle content in multiple languages

So, you want to create multilingual content on your Moodle site but hate the thought of having the text of 2 or more languages always appear on every page?

Moodle LMS support any number of languages. Unfortunately there are still many core and third party Moodle plugins and themes that still do not support multilingual content. The good news is that the situation is improving with each code release.

One Moodle plugin which has made life a lot easier when implementing multilingual courses is the free Multi-Language Content (v2) by Iñaki Arenaza available on Moodle.org. Unlike the core HTML based Multi-language Content filter plugin that comes bundled with Moodle which requires you to understand the complexities of HTML and insert inline <span> tags in just the right place, hidden from the preview editor, the Multi-Language Content (v2) filter has a simple plain text non-HTML syntax that enables you to wrap your content in plain text language markup tags like {mlang en}Hello{mlang}{mlang fr}Bonjour{mlang}. These {mlang} tags can be used inline as well as in block mode. As a result of the use of these tags, Moodle will only display the content tagged for the current language being displayed in Moodle.

Be sure to follow the installation instructions as you need to enable the filter in order for it to have any effect. Here is how you would use it in your content:

Inline example:

Ce contenu est en français.

Block example:


Ce contenu est en français.
Vous pouvez avoir plusieurs paragraphes.

As previously mentioned, you do not need to know or insert any HTML or do any programming in order to make this work. Just type the {mlang} tags around your content just like you would any other content.

As a result, when your user chooses to view Moodle in English, you will only see the English text. When viewing Moodle in French, you will only see the French text. You can actually have as many languages as you want by repeating the series of {mlang} sections.

If you are working with German, you would use (the order of the languages is not important):

Portuguese? Not a problem:

If you wanted to have something only displayed in a particular language and not in others, you could accomplish this by adding something like {mlang fr}Disponible en anglais seulement{mlang}.

Where do you find these 2-letter codes? They are actually an internationally recognized standard coding representations of languages known as ISO 639-1.

Instructional designers/Moodle course developers will really appreciate not having to edit HTML codes in the Moodle editor.

Note that this feature is not available on learn.moodle.org or moodlecloud.com. You can only install this language filter plugin on your own Moodle site.

While most of Moodle supports this, support can also vary depending on the theme and plugins you use. If your theme or plugin doesn't support this, contact the developer and ask them to fix this problem by making use of the Moodle "format_text()" or "format_string()" functions. You don't need to know the technical details. The developer will hopefully fix the problem and publish an updated version of their plugin or theme.

Modifié le: jeudi, 09 janvier 2020, 01:42
Date de modification :