Windows does not localize user accounts in the language that you select when you run the Setup program for the Windows Server 2003 R2 Multilingual User Interface Pack if Windows SharePoint Services is installed (911603)



The information in this article applies to:

  • Microsoft Windows Server 2003 R2 Enterprise Edition (32-Bit x86)
  • Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003 R2 Enterprise x64 Edition
  • Microsoft Windows Server 2003 R2 Standard x64 Edition

SYMPTOMS

When you run the Setup program for the Microsoft Windows Server 2003 R2 Multilingual User Interface Pack (MUI), you click to select the Match the default shell UI font with the default user language check box. However, Windows does not localize user accounts in the language that you selected. You notice this problem when you have Microsoft Windows SharePoint Services installed on the computer.

CAUSE

This problem occurs because Windows SharePoint Services cannot change the Web.config file every time that the user interface language and the font language change.

WORKAROUND

To work around this problem, use one of the following methods.

Method 1: Install the MUI before you install Windows SharePoint Services

Install the MUI, select the default language that you want, and then install Windows SharePoint Services.

Method 2: Do not match the default shell user interface font to the default user language

When you install Windows Server 2003 Service Pack 1 MUI, do not click to select the Match the default shell UI font with the default user language check box.

Method 3: Modify the Web.config file

If you change the MUI fonts and settings after you install Windows SharePoint Services, you must modify the Web.config file.

To modify this file, follow these steps:
  1. Locate the Web.config file in Windows Explorer.

    Note The Web.config file is located in the following folder:

    %Homedrive%\Program Files (x86)\Common Files\Microsoft Shared\Web Server Extensions\60\Template\Admin\1033

  2. Right-click the file, and then click Open With.
  3. Click Notepad, and then click OK.
  4. Find the following text:

    <authorization>
    <allow roles="BUILTIN\Administrators" />
    <deny users="*" />
    </authorization>

  5. Modify the text so that it reads as follows:

    <authorization>
    <allow roles="XXXX\LocalizedAdministrators" />
    <deny users="*" />
    </authorization>


    Note In this text, XXXX represents the localized account in the chosen language. LocalizedAdministrators represents the localized administrator account in the chosen language.

  6. Save the file

MORE INFORMATION

For more information about how to download Cumulative Help Update for Microsoft Windows Server 2003 Multilingual User Interface Pack, click the following article number to view the article in the Microsoft Knowledge Base:

895172 Update is available for the Windows Server 2003 Service Pack 1 Multilingual User Interface Pack


Modification Type:MajorLast Reviewed:12/17/2005
Keywords:kbtshoot kbprb KB911603 kbAudDeveloper kbAudITPRO