Hi all,
I am new to RTE and I search a way to have the RTE in two languages : French and English, my website being bilingual.
I tried several ways to do it and none work, or I have to create two different folders, one RTE_FR and one RTE_EN
As soon as the visitor comes on my website, I create a session("lang"), (="FR" by default)
But if I write
<% if session("lang")="EN" then %>
HERE the original language code
<% else %>
HERE the FR language code
<% end if %>
I have an error with
WebWizRTEtoolbar('myForm');
and
initialiseWebWizRTE();
object not found
I don't really understand what can happen... Someone has an idea?
Thanks a lot
Michelle