0

My Windows 10 had suddenly entries of three Chinese languages in the language bar, without me having them installed.

enter image description here

They are not present in the keyboard layout, so I cannot uninstall them.

enter image description here

The culprit may be related to MS Word because in its proofing language section, Chinese(Taiwan) has appeared without me having installed it. enter image description here

However, this may just be a side effect of other system options because in the MS Word language options, Chinese does not appear.

enter image description here

I have seen this and this old thread but I am not able to translate the suggested solutions into a Win10 environment. I was neither able to locate the mentioned registry keys nor the Office 2010 installed IMEs in the corresponding Microsoft Word 365 environment.

I installed Chinese/Taiwan as a language option via Windows display language - it appeared as a fourth Chinese language entry in the language bar, so uninstalling it afterward, did not solve the problem.

This thread was marked as a duplicate, alas it is not. The first method of the supposed duplicate answer does not work, as I explained because the Chinese languages are not listed as language options.

The second method looked promising. Indeed, under HKEY_CURRENT_USER\Keyboard Layout\Preload (but not in the other three mentioned registries) were three Chinese keyboard codes listed. I deleted them and restarted. The Chinese keys are now deleted...

enter image description here

but the three Chinese entries still exist in the language bar. enter image description here

While scrutinizing the options in Setting, I noticed that the languages are also mentioned under advanced keyboard settings but you can only change here their hotkeys.

enter image description here

Update
This problem disappeared after an unspecified Windows update without me doing anything specific. Case closed.
(For me.)
(I hope.)

Mr. T
  • 101
  • 5

3 Answers3

1


The preceding answers did not yield a solution for me. This below could be the answer(it was for me).
Please save/export the current Keys prior to delete them.


Review this or similar Registry Keys below(they could be sightly different) and delete them:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CTF\TIP{B115690A-EA02-48D5-A231-E3578D2FDF80}\LanguageProfile\0x00000404{0AEC109C-7E96-11D4-B2EF-0080C882687E}] "Description"="Microsoft Hong Kong Cantonese" "IconFile"="C:\Windows\System32\IME\IMETC\ImTCTip.DLL" "IconIndex"=dword:00000006

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CTF\TIP{B115690A-EA02-48D5-A231-E3578D2FDF80}\LanguageProfile\0x00000404{0B883BA0-C1C7-11D4-87F9-0080C882687E}] "Description"="Microsoft New Quick" "IconFile"="C:\Windows\System32\IME\IMETC\ImTCTip.DLL" "IconIndex"=dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CTF\TIP{B115690A-EA02-48D5-A231-E3578D2FDF80}\LanguageProfile\0x00000404{F3BA907A-6C7E-11D4-97FA-0080C882687E}] "Description"="Microsoft New ChangJie" "IconFile"="C:\Windows\System32\IME\IMETC\ImTCTip.DLL" "IconIndex"=dword:00000002

I hope this helps, please upvote if this answers your issue.
Best regards


0

Remove the extra language from:

Regedit Computer\HKEY_USERS.DEFAULT\Keyboard Layout\Preload

Language CODE https://www.science.co.il/language/Locale-codes.php

Regestry

karlie
  • 25
  • 2
0

Here is another option, if deleting the keys does not work. Again, please save/export the current keys prior to modifying them.

Review this or similar Registry keys below (they could be sightly different) and delete them:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CTF\TIP{B115690A-EA02-48D5-A231-E3578D2FDF80}\LanguageProfile\0x00000404{0AEC109C-7E96-11D4-B2EF-0080C882687E}]
"Description"="Microsoft Hong Kong Cantonese"
"IconFile"="C:\Windows\System32\IME\IMETC\ImTCTip.DLL"
"IconIndex"=dword:00000006``

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CTF\TIP{B115690A-EA02-48D5-A231-E3578D2FDF80}\LanguageProfile\0x00000404{0B883BA0-C1C7-11D4-87F9-0080C882687E}] "Description"="Microsoft New Quick" "IconFile"="C:\Windows\System32\IME\IMETC\ImTCTip.DLL" "IconIndex"=dword:00000004``

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CTF\TIP{B115690A-EA02-48D5-A231-E3578D2FDF80}\LanguageProfile\0x00000404{F3BA907A-6C7E-11D4-97FA-0080C882687E}] "Description"="Microsoft New ChangJie" "IconFile"="C:\Windows\System32\IME\IMETC\ImTCTip.DLL" "IconIndex"=dword:00000002

Inside of each one of the Language keys:

  1. Right-click → New → Dword (32-bit) Value
  2. Inside that value, type "Enable" and leave the value as 0x00000000 (0)

That should effectively leave the language as disabled.

Worthwelle
  • 4,816