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
SYMPTOMSWhen 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.CAUSEThis problem occurs because Windows SharePoint Services cannot change the Web.config
file every time that the user interface language and the font language change.WORKAROUNDTo work around this problem, use one of the following
methods. Method 1: Install the MUI before you install Windows SharePoint ServicesInstall 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: - 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 - Right-click the file, and then click Open With.
- Click Notepad, and then click OK.
- Find the following text:
<authorization> <allow roles="BUILTIN\Administrators" /> <deny users="*" /> </authorization> - 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. - Save the file
Modification Type: | Major | Last Reviewed: | 12/17/2005 |
---|
Keywords: | kbtshoot kbprb KB911603 kbAudDeveloper kbAudITPRO |
---|
|