after installing 1.3.11 rc3 everything seems to be fine, expect for a fact, that I am unable to change default language.
After modifying config/config.ini to following:
DEFAULT_LANGUAGE = "nl" (or any other language from the package)
and reloading the page in browser, I still see everything in English.
What is wrong?
Thanks. Qwerty
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you please go to http://phpwiki.sourceforge.net/demo/en/UserPreferences ?
Register an username or try my "QwertyQw", pwd "skuska".
There, select an language from Personal language dropdown list.
Hit Update Preferences button on the bottom of page.
For me - there is no language change!!
At my site, there is the same behaviour
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On the demo page, you hadn't created your personal home page (your name in the bottom right corner still had a "?" beside it. I created your home page and was able to change the time offset as +3 hours and your default language as DE (although nothing on that page seemed to changed to German) as your preferences.
Please go back into the demo and see if anything else has changed now. The wiki saves your preferences in your home page for use on login.
MikeP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can see you have set Time Zone to 3, Personal language is "de", but I still see all page in English...
As for saving preferences, at my place I set mySQL with table "prefs" that contains user preferences. I can see that my user profile has "a:2:{s:6:"userid";s:6:"qwerty";s:4:"lang";s:2:"it";}" (language "it" specified), but still the same - everything in English...
Heeelp, any idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
after installing 1.3.11 rc3 everything seems to be fine, expect for a fact, that I am unable to change default language.
After modifying config/config.ini to following:
DEFAULT_LANGUAGE = "nl" (or any other language from the package)
and reloading the page in browser, I still see everything in English.
What is wrong?
Thanks. Qwerty
Did you try it without the quote marks around the language? My file simply has:
DEFAULT_LANGUAGE = en
MikeP
Yes, I have tried.
Can you please go to http://phpwiki.sourceforge.net/demo/en/UserPreferences ?
Register an username or try my "QwertyQw", pwd "skuska".
There, select an language from Personal language dropdown list.
Hit Update Preferences button on the bottom of page.
For me - there is no language change!!
At my site, there is the same behaviour
On the demo page, you hadn't created your personal home page (your name in the bottom right corner still had a "?" beside it. I created your home page and was able to change the time offset as +3 hours and your default language as DE (although nothing on that page seemed to changed to German) as your preferences.
Please go back into the demo and see if anything else has changed now. The wiki saves your preferences in your home page for use on login.
MikeP
I can see you have set Time Zone to 3, Personal language is "de", but I still see all page in English...
As for saving preferences, at my place I set mySQL with table "prefs" that contains user preferences. I can see that my user profile has "a:2:{s:6:"userid";s:6:"qwerty";s:4:"lang";s:2:"it";}" (language "it" specified), but still the same - everything in English...
Heeelp, any idea?