Adaptable 2 not recognize multilangual format in 'Header course title'?

Adaptable 2 not recognize multilangual format in 'Header course title'?

by Vladimir Lebinac -
Number of replies: 4

Hi!

Why 'Header course title' does not recognize multilingual text with the installed 'Multilangual2' plugin in Moodle 3.6. How to achieve it?Example

Average of ratings: Useful (1)
In reply to Vladimir Lebinac

Re: Adaptable 2 not recognize multilangual format in 'Header course title'?

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
What specific version of the Adaptable theme please?
In reply to Vladimir Lebinac

Re: Adaptable 2 not recognize multilangual format in 'Header course title'?

by Fernando Acedo -
Picture of Plugin developers Picture of Testers
Adaptable is ready to use Multi-Language Content filter.

A code snippet that works in the demo site is:
 
 
        <span class="multilang" lang="en">the most adaptable moodle theme</span>
        <span class="multilang" lang="es">el tema más adaptable de moodle</span>

 
 
 
 
 
In reply to Fernando Acedo

Re: Adaptable 2 not recognize multilangual format in 'Header course title'?

by Gaëtan Wauthy -

Hi,

it does not work with V2 and mlang tags :

{mlang fr}Accueil Local{mlang}{mlang nl}Plaatselijke onthaal{mlang}

it displays :

{mlang fr}Accueil Lo ...

And in "Short Course Name", with V1 it's too long. It limits the entry to this:

<span class="multilang" lang="fr">Accueil Local</span> <span class="multilang" lang="nl">Plaatselijk

It is missing:

 onthaal</span>

In reply to Gaëtan Wauthy

Re: Adaptable 2 not recognize multilangual format in 'Header course title'?

by Fernando Acedo -
Picture of Plugin developers Picture of Testers

span class multilang works well with Adaptable, so it should do it in your site.

Verify first the multilang filter is enabled and you use Tiny MCE editor to enter the content. DO NOT USE ATTO editor.

If you are still having problems check enabletrusttext is enabled.