|
I also changed the languageLoader.cgi
to:
var myCharset="ISO-8859-1";
var myLanguage = getLanguageCookie('language'); I also added ; at the end of:
var myCharset="ISO-8859-1";
It did the trick for me.
----------
You should also change config_DefaultLanguageCharset.cgi
to:
ISO-8859-1
Be careful you have NO LINE BREAK after ISO-8859-1
----------
You should also change config_DefaultLanguage.cgi
to:
Spanish
Be careful you have NO LINE BREAK after Spanish
----------
Your
config_languageSelections.cgi sholud hold all you current languages and there
should always be a LINE BREAK after the last language, at
the bottom (see my custom made tag below:
<insertLineBreakHere>).
OptDisp[i]="Spanish"
OptValue[i]="Spanish" i++ <insertLineBreakHere> You should at least try
this, it will not take more than 5-10 minutes to
test.
If this does not work, you
should check for errors in the languagePacks folder, specifically in the
Spanish.js. I too had some problems when translating into Norwegian, and we use
characters like ������.
Regards,
Steinar
|
Title: Message
