hi,

i installed fresh version of Drupal 7.13 and installed the languages module.
i installed the Hebrew language and can see it in the user profile when i have those 2 languages.
when i save the setting to switch for different language for that user the save is not working. it worte "saved" but nothing is really saved.
the setting came back to the original ones each time.

1. i might do something wrong, so i will be happy to know what. if all my steps is right than it a bug.
2. where in the DataBase is the setting writen for that module? i don't find them anywhere, or might i don't look in the right location.
please assist on that.

thank you in advanced.
Nisim

Comments

nisimjoseph’s picture

hi again, it still a bug, but i found a way to pass it using the Language Dropdown switch.
it won't give me one language for the Admin and one for the site in the same time, but the user can change the language and see the interface in the selected language. it include adding all the Locale modules.

10x,
Nisim

d.sibaud’s picture

the bug is still there

jisuo’s picture

Yes, got the same error here.

planctus’s picture

same for me...
Da.

td540’s picture

sadly, this bug makes the whole module unusable for me

caspervoogt’s picture

I can confirm this as well.

In my case the default site & admin language is German.
When I set a user's admin language to English, the admin interface does immediately change to English .. so it DID save.
I can browse around all admin areas and the admin interface stays in English. But if I edit the user's account, the admin interface is set back to German. I can of course just pick English again and all will be well, but I don't want my non-German admin users to have a hard time editing people's accounts.

I had suspected the admin_language_node_presave function() is doing that, but in testing it did not seem to be the case. Not sure what's going on there.

caspervoogt’s picture

I also noticed the admin menu changes back to the site default (German in my case) when viewing the home page, but on other pages (so far) it is OK.

caw67’s picture

Nice Module, but doesnt work. I had Admin Language german, but english admin menu appears. And in the user profile I cant change the Adminlanguage to german. Its always english

wusel’s picture

I have the same issue.

I use:
D7.15
Administration Language 7.x-1.x-dev (2011-Aug-22)
English and german language, default is german, admin language is english.

Something is wrong.
Please help soon.

Thank you very much for this great module.

Aleet’s picture

Same issue here. I am forced to to set the global admin language to English every time I want to work on the site, even though the site maintainers speak Persian. That's because in my user page when I select English as the admin language, after save it jumps back to the "default administration language".

Also sometimes weird things happen. Some admin pages show up with mixture of English and Persian and the admin toolbar remains Persian
even though the global admin language is English. But all the text appear left to right which means the system is delivering an English page.

See pic here:

Aleet’s picture

Sorry. Here's the pic:

Only local images are allowed.
View Screen Capture

wusel’s picture

Title: not save the settings on the user edit page » the settings on the user edit page are NOT saved

Same issue here.
I use: D7.17 and Administration Language 7.x-1.x-dev (2011-Aug-22) - english for admin, german for the website.

Please help soon.
Thank you very much.

Wusel

drupov’s picture

One more confirmation of this bug

goyb’s picture

Unfortunately one more confirmation of this issue for drupal 7.19

wulff’s picture

Status: Active » Fixed

I have committed a fix to the 7.x-1.x branch of the module.

You can either grab the latest version from the repository or wait for an updated tarball to be created.

agnese.stelce’s picture

Hello, wulff!

For me it seems that global variable $user doesn't contain admin_language property and because of that user settings for administration language still doesn't work. I added user_load for that on admin_language_init() function, for me then user settings works as expected.

wulff’s picture

Thanks for noticing that. I have pushed a modified version of your fix to the 7.x-1.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

wusel’s picture

Thank you very much.

It works now.