Results 1 to 10 of 10

Thread: Does my Word 2002 provide for a Language Bar?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Titanium Member
    Join Date
    Jul 2002
    Location
    blk helo target, WA
    Posts
    2,846
    Assuming you have the language pack installed and enabled - ControlPanel/regional and language options/etc - If you are missing the language bar by right clicking the taskbar/toolbars/languagebar - then you can add this to registry so it will appear: (save with ".reg" extention then right click merge into registry)

    Code:
     Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
    @="Language bar"
    "MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"
    
    [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories]
    
    [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories\{00021492-0000-0000-C000-000000000046}]
    
    [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\InProcServer32]
    @="C:\\WINDOWS\\system32\\msutb.dll"
    "ThreadingModel"="Apartment"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
    "ShowStatus"=dword:00000004
    Reverend's screenshot is not showing so I'll put one up
    Last edited by lynchknot; July 7th, 2005 at 18:25 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •