Default Language and related issues in Moodle 1.8

Default Language and related issues in Moodle 1.8

از Oscar Yanez در
Number of replies: 7
Hi everyone,
I just updated to Moodle 1.8 (from 1.6) and now I am having trouble setting the site-wide default language (which I need in spanish, es_utf8). The option appears in the dropbox within the "language settings" admin page, I can activate the language from the homepage dropbox also, but the next time I visit the moodle server, language is still english. What is it that I am missing? Thanks for any help on this.... Ah! and one more question to you all: where do I change the default word for "Teacher"? I can't find the box anywhere!
Oscar
میانگین امتیازات:  -
In reply to Oscar Yanez

Re: Default Language and related issues in Moodle 1.8

از Tomislav Raseta در
Hi,
I am also having trouble with the same issue. I've upgraded from Moodle 1.5 (first upgraded to 1.6 and did unicode migration, then 1.7, then latest 1.8).
When I visit front page with Firefox, language is English, including the login screen, and when I visit front page with IE, language is correct (in my case Croatian), including the login screen. The default language is set to Croatian.
Tomy

In reply to Tomislav Raseta

Re: Default Language and related issues in Moodle 1.8

از Petr Skoda در
عکس Core developers عکس Documentation writers عکس Peer reviewers عکس Plugin developers
Hi,

the site language is now overridden by browser setting. Please check your browser settings and select preferred language there.
In reply to Tomislav Raseta

Re: Default Language and related issues in Moodle 1.8

از Martin Samuelsson در
As Petr says, the language shown when not logged in is overridden by the browser, if there is a list of preferred languages in it.

The reasoning behind this is that if your site can respond in several languages, it should respond in a language the visitor understands and prefers.

In reply to Martin Samuelsson

Re: Default Language and related issues in Moodle 1.8

از Tomislav Raseta در
Thanks for the tip, after correctly setting up Firefox it worked perfectly!

Actually, I don't want my site to be multilingual - is there any way to force only one language?
In reply to Tomislav Raseta

Re: Default Language and related issues in Moodle 1.8

از Petr Skoda در
عکس Core developers عکس Documentation writers عکس Peer reviewers عکس Plugin developers
I just committed a fix into cvs 1.8+ and HEAD, the detection now respects the $CFG->langlist settings MDL-9559.

You can for example specify cs_utf8,de_utf8 if you wish only these two languages available/detected; you can specify only one language too چشمک

I am working on some more fixes related to langlist now.