0 votes

Hello,

we have some Computers, where the Self Service Password Reset Web Interface, on the logon page, is displayed in English.
If somebody is logged on, the language is German. All locale system settings, as far as we know, are set to German.
I have already found this Topic [SOLVED] Force language for Password Self-Service page, but we don’t want to force the language for everyone.

Does anybody know, which Registry-Keys we have to check?

Thanks
Michael

by (100 points)

1 Answer

0 votes
by (272k points)
selected by
Best answer

Hello,

When displaying the Web Interface on the logon screen, Internet Explorer uses the default user settings for language. The default language is selected based on the original locale that was used when installing Windows. To change it, you need to update the configuration of Internet Explorer.

You can configure the language for a specific computer in the registry editor or administratively for multiple computers in your Active Directory environment via Group Policies. Second method works only for all computers in a domain or in an Organizational Unit.

Let us know which way suits you better and we will provide you with detailed instructions.

0

I think, a Group Policy would be the better idea, since we don’t exactly know how many computers have the wrong setting.

0

Hello,

Thank you for the confirmation. You can configure the language administratively for multiple computers in your AD environment as follows:

  1. Log on to your domain controller as a Domain Administrator.

  2. Run the Microsoft Management Console:

    • Press Win+R.
    • Type mmc /a.
    • Press Enter.
  3. Press Ctrl+M. This will bring up the Add or Remove Snap-ins dialog.

  4. Select Group Policy Management and click Add >.

  5. Click OK.

  6. In the Group Policy Management console, navigate to the OU with the target computers and right-click it.
    **- or -**
    Right-click the domain if you want to apply the settings to the whole domain.

  7. Click Create a GPO in this domain and Link it here.

  8. Enter a name for the GPO and click OK.

  9. Right-click the GPO you've created and click Edit.

  10. Navigate to Computer Configuration\Preferences\Windows Settings node.

  11. Right-click Registry, select New and click Registry Item.

  12. Specify the following settings:

    • Action: Create.
    • Hive: HKEY_USERS.
    • Key Path: .DEFAULT\Software\Microsoft\Internet Explorer.
    • Value name: Select the Default checkbox.
    • Value type: REG_SZ.
    • Leave the Value data field empty.
  13. Click Apply and then click OK.

  14. Right-click the Registry node, select New and click Registry Item again.

  15. Specify the following settings:

    • Action: Create.
    • Hive: HKEY_USERS.
    • Key Path: .DEFAULT\Software\Microsoft\Internet Explorer\International.
    • Value name: Select the Default option.
    • Value type: REG_SZ.
    • Leave the Value data field empty.
  16. Click Apply and then click OK.

  17. Right-click the Registry node, select New and click Registry Item again.

  18. Specify the following settings:

    • Action: Replace.
    • Hive: HKEY_USERS.
    • Key Path: .DEFAULT\Software\Microsoft\Internet Explorer\International.
    • Value name: AcceptLanguage.
    • Value type: REG_SZ.
    • Value data: input the language abbreviation (e.g. en-US for English).
  19. Click Apply and then click OK.

The settings will be applied to computers within the GPO scope as soon as they refresh group policies applied to them.

0

Thank you very much! This Topic can be marked as SOLVED!

Related questions

0 votes
1 answer

After upgrading to 2018.1 I'm getting an error of "Your password must be changed before you can log in. The Change Password operation is disabled in the Web Interface." when ... my password. I cannot find the setting to enable this. Has anyone else seen this?

asked Jun 28, 2018 by jake_h (300 points)
0 votes
1 answer

When passwords expire, how a user can change own password via the web interface? Or would an administrator have to change users' passwords?

asked Oct 18, 2011 by bambor (40 points)
0 votes
1 answer

We have two on-prem domains; Domain A and Domain B. Domain A is our primary domain and syncs with Azure AD. Domain B contains accounts created for external ... user attempts to authenticate, they are only authenticating against the Domain B on-prem domain?

asked Apr 10 by awooten (60 points)
0 votes
1 answer

Hello, I'm using the reset user password but having issues when sending that generated password via email - Username info is attached correctly in the email but the password info is blank. Can you please advise. Thanks, Darren

asked Apr 3 by DarrenFisk (20 points)
0 votes
1 answer

I am trying to customize the enrollment pop up page to specify the number format need, but I cannot for the life of me find the file or location where I can edit the html code needed to say this on the enrollment page, is this even possible?

asked Apr 10, 2023 by gwadmin (80 points)
3,358 questions
3,057 answers
7,805 comments
545,182 users