Article ID: 246011 - Last Review: September 27, 2007 - Revision: 3.3 Troubleshooting Windows 2000 MultiLanguage VersionThis article was previously published under Q246011 On This PageSUMMARY
This article contains troubleshooting information for Windows MultiLanguage Version.
MORE INFORMATIONWhere to Begin TroubleshootingIf a problem occurs when you change the user interface (UI) back to English, use the following steps:
Text That Was Previously Displayed in the Appropriate Language Is Now Displayed in English
Some Text Is Displayed in English and Other Text Is LocalizedThere are many parts of Windows that do not display in localized languages under the MUI. For example, items on the Start menu and certain tools in Control Panel may be displayed in English.Some text comes from the registry, hard coded in some files (*.ini, *.inf, *.txt, *.adm). This behavior is by design, and is not expected to appear in the localized language. To locate the non-localized text, search the registry using Regedit.exe to locate text coming from the registry. You can use the findstr command to locate the text. For example, type the following command: findstr /i /s /c: [text] *.ini *.inf *.txt *.adm Question Marks (??????) Are Displayed Instead of Readable Text in the UI or ProgramThe component may not be compiled as Unicode. If the program is not Unicode aware, the localized ANSI text is matched against the default system locale's code page, which can cause text to be improperly displayed.Files and Configuration Items That MUI Needs to Work ProperlyFiles
RegistryThe following list shows currently installed MUI languages:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\MUILanguages
The following value always reflects the current LangID parameter:
[language ID]: Reg_SZ = 1
HKEY_CURRENT_USER\Control Panel\Desktop
After you choose a new user interface, the pending default is located in the following registry key:
MultiUILanguageId: REG_SZ = [langID]
HKEY_CURRENT_USER\Control Panel\Desktop
NOTE: Language IDs (LangID) are four-digit hexadecimal codes representing languages that MUI installs.
MultiUILanguagePending: REG_SZ = [langID] How to Determine if You Have a Font or Codepage ProblemFont ProblemA font problem usually causes a default character to be displayed in place of the unavailable text. This varies from font to font, but is commonly represented with a character that looks like a vertical bar, similar to a pipe character (|), but a bit thicker.Codepage ProblemA codepage problem commonly causes text, file, or folder listings to appear as question marks (?). If this behavior occurs, you may be able to resolve the problem by changing the computer's default system locale to the language of text that cannot be displayed. To change the computer's default system locale, use the following steps:
For additional information, please refer to the following Microsoft Web sites:
| Article Translations
|
Back to the top
