Error with change language on docebo
Posted: Sat Oct 26, 2013 3:58 pm
Good morning. From yesterday , on my docebo i can't seen in the upper right corner where it says change language and allowed to switch to other languages. All messages were in Spanish, not now.Seems to not interpret the language by default and does not allow me to change to any other. Only happens in the home and in the header, the rest works perfect.
I have not changed anything and I have no idea why this is happening. Can anyone help?
I found that this is where calls available languages and is now empty:
var lang_setup = new YAHOO.widget.Panel("language_setup", {
context:["change_language","tr","br", ["beforeShow", "windowResize"]],
constraintoviewport: true,
width: '600px',
modal: true,
close: true,
visible: false,
draggable: false
} );
lang_setup.setBody("<ul class=\"link_list_inline\" id=\"language_selection\"></ul><div class=\"nofloat\"></div>");
lang_setup.render(document.body);
YAHOO.util.Event.addListener("change_language", "click", lang_setup.show, lang_setup, true);
Thanks in advance.
Madeleine
I have not changed anything and I have no idea why this is happening. Can anyone help?
I found that this is where calls available languages and is now empty:
var lang_setup = new YAHOO.widget.Panel("language_setup", {
context:["change_language","tr","br", ["beforeShow", "windowResize"]],
constraintoviewport: true,
width: '600px',
modal: true,
close: true,
visible: false,
draggable: false
} );
lang_setup.setBody("<ul class=\"link_list_inline\" id=\"language_selection\"></ul><div class=\"nofloat\"></div>");
lang_setup.render(document.body);
YAHOO.util.Event.addListener("change_language", "click", lang_setup.show, lang_setup, true);
Thanks in advance.
Madeleine